Html Css Color HEX #333CBC Persian Blue

📋 copy color: '#333CBC'

red 51 ◦ green 60 ◦ blue 188

#333CBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #333CBC

Tints of Persian Blue #333CBC

RGB

 RED value IS 51 (20.31% from 255) = 17.06%

 GREEN value IS 60 (23.83% from 255) = 20.07%

 BLUE value IS 188 (73.83% from 255) = 62.88%

R = 17.06%
G = 20.07%
B = 62.88%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#333CBC (or 0x333CBC) is known color: Persian Blue. HEX triplet: 33, 3C and BC. RGB value is (51,60,188). Sum of RGB (Red+Green+Blue) = 51+60+188=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #333CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CBC is #CCC343. Grayscale: #474747. Windows color (decimal): -13419332 or 12336179. OLE color: 12336179.

HSL color Cylindrical-coordinate representation of color #333CBC: hue angle of 236.06º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #333CBC is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 60 188 -
CMYK 0.73 0.68 0 0.26
HSL 236.06º 0.57% 0.47% -
HSV(B) 236.06º 0.73% 0.74% -
XYZ 12.06 7.57 48.4 -
YUV 71.9 193.52 113.09 -
System Red Green Blue C M Y K H S L
Decimal 51 60 188 0.73 0.68 0 0.26 236.06 0.57 0.47
Hex 33 3C BC 49 44 0 1A EC 39 2F
Octal 63 74 274 111 104 0 32 354 71 57
Binary 110011 111100 10111100 1001001 1000100 0 11010 11101100 111001 101111

Color Harmonies of #333CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333CBC

Black with #333CBC

Text Example


Text Example

White with #333CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333CBC; }

 p { color: rgb(51,60,188); }

 H1.HeaderClassName
 {
   color: #333CBC;
 }
 .AnyTagClassName
 {
   color: #333CBC;
 }
</style>

background-color css

<style>
 a { background-color: #333CBC; }

 a { background-color: rgb(51,60,188); }

 div.DivClassName
 {
   background-color: #333CBC;
 }
 .BgClassName
 {
   background-color: #333CBC;
 }
</style>

border-color css

<style>
 span { border-color: #333CBC; }

 span { border-color: rgb(51,60,188); }

 td.TdClassName
 {
   border-color: #333CBC;
 }
 .TagClassName
 {
   border-color: #333CBC;
 }
</style>