Html Css Color HEX #333CC6 Persian Blue

📋 copy color: '#333CC6'

red 51 ◦ green 60 ◦ blue 198

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

Shades of Persian Blue #333CC6

Tints of Persian Blue #333CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 64.08%

R = 16.5%
G = 19.42%
B = 64.08%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#333CC6 (or 0x333CC6) is known color: Persian Blue. HEX triplet: 33, 3C and C6. RGB value is (51,60,198). Sum of RGB (Red+Green+Blue) = 51+60+198=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 198 (77.73% from 255 or 64.08% from 309); Max value from RGB is 198 - color contains mainly: blue. Hex color #333CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CC6 is #CCC339. Grayscale: #484848. Windows color (decimal): -13419322 or 12991539. OLE color: 12991539.

HSL color Cylindrical-coordinate representation of color #333CC6: hue angle of 236.33º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #333CC6 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 60 198 -
CMYK 0.74 0.70 0 0.22
HSL 236.33º 0.59% 0.49% -
HSV(B) 236.33º 0.74% 0.78% -
XYZ 13.17 8.01 54.28 -
YUV 73.04 198.52 112.28 -
System Red Green Blue C M Y K H S L
Decimal 51 60 198 0.74 0.70 0 0.22 236.33 0.59 0.49
Hex 33 3C C6 4A 46 0 16 EC 3B 31
Octal 63 74 306 112 106 0 26 354 73 61
Binary 110011 111100 11000110 1001010 1000110 0 10110 11101100 111011 110001

Color Harmonies of #333CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333CC6

Black with #333CC6

Text Example


Text Example

White with #333CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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