Html Css Color HEX #333CC8 Persian Blue

📋 copy color: '#333CC8'

red 51 ◦ green 60 ◦ blue 200

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

Shades of Persian Blue #333CC8

Tints of Persian Blue #333CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 64.31%

R = 16.4%
G = 19.29%
B = 64.31%

CMYK

 C value IS 0.74

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#333CC8 (or 0x333CC8) is known color: Persian Blue. HEX triplet: 33, 3C and C8. RGB value is (51,60,200). Sum of RGB (Red+Green+Blue) = 51+60+200=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 200 (78.52% from 255 or 64.31% from 311); Max value from RGB is 200 - color contains mainly: blue. Hex color #333CC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CC8 is #CCC337. Grayscale: #484848. Windows color (decimal): -13419320 or 13122611. OLE color: 13122611.

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

Color convert

RGB 51 60 200 -
CMYK 0.74 0.7 0 0.22
HSL 236.38º 0.59% 0.49% -
HSV(B) 236.38º 0.75% 0.78% -
XYZ 13.41 8.11 55.5 -
YUV 73.27 199.52 112.12 -
System Red Green Blue C M Y K H S L
Decimal 51 60 200 0.74 0.7 0 0.22 236.38 0.59 0.49
Hex 33 3C C8 4A 46 0 16 EC 3B 31
Octal 63 74 310 112 106 0 26 354 73 61
Binary 110011 111100 11001000 1001010 1000110 0 10110 11101100 111011 110001

Color Harmonies of #333CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333CC8

Black with #333CC8

Text Example


Text Example

White with #333CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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