Html Css Color HEX #333CC9 Persian Blue

📋 copy color: '#333CC9'

red 51 ◦ green 60 ◦ blue 201

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

Shades of Persian Blue #333CC9

Tints of Persian Blue #333CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.42%

R = 16.35%
G = 19.23%
B = 64.42%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#333CC9 (or 0x333CC9) is known color: Persian Blue. HEX triplet: 33, 3C and C9. RGB value is (51,60,201). Sum of RGB (Red+Green+Blue) = 51+60+201=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 201 (78.91% from 255 or 64.42% from 312); Max value from RGB is 201 - color contains mainly: blue. Hex color #333CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CC9 is #CCC336. Grayscale: #484848. Windows color (decimal): -13419319 or 13188147. OLE color: 13188147.

HSL color Cylindrical-coordinate representation of color #333CC9: hue angle of 236.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #333CC9 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 60 201 -
CMYK 0.75 0.70 0 0.21
HSL 236.4º 0.6% 0.49% -
HSV(B) 236.4º 0.75% 0.79% -
XYZ 13.52 8.15 56.12 -
YUV 73.38 200.02 112.04 -
System Red Green Blue C M Y K H S L
Decimal 51 60 201 0.75 0.70 0 0.21 236.4 0.6 0.49
Hex 33 3C C9 4B 46 0 15 EC 3C 31
Octal 63 74 311 113 106 0 25 354 74 61
Binary 110011 111100 11001001 1001011 1000110 0 10101 11101100 111100 110001

Color Harmonies of #333CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333CC9

Black with #333CC9

Text Example


Text Example

White with #333CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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