Html Css Color HEX #333EC9 Persian Blue

📋 copy color: '#333EC9'

red 51 ◦ green 62 ◦ blue 201

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

Shades of Persian Blue #333EC9

Tints of Persian Blue #333EC9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.75%

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

R = 16.24%
G = 19.75%
B = 64.01%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#333EC9 (or 0x333EC9) is known color: Persian Blue. HEX triplet: 33, 3E and C9. RGB value is (51,62,201). Sum of RGB (Red+Green+Blue) = 51+62+201=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 201 (78.91% from 255 or 64.01% from 314); Max value from RGB is 201 - color contains mainly: blue. Hex color #333EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333EC9 is #CCC136. Grayscale: #494949. Windows color (decimal): -13418807 or 13188659. OLE color: 13188659.

HSL color Cylindrical-coordinate representation of color #333EC9: hue angle of 235.6º 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 #333EC9 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 62 201 -
CMYK 0.75 0.69 0 0.21
HSL 235.6º 0.6% 0.49% -
HSV(B) 235.6º 0.75% 0.79% -
XYZ 13.63 8.37 56.15 -
YUV 74.56 199.36 111.2 -
System Red Green Blue C M Y K H S L
Decimal 51 62 201 0.75 0.69 0 0.21 235.6 0.6 0.49
Hex 33 3E C9 4B 45 0 15 EC 3C 31
Octal 63 76 311 113 105 0 25 354 74 61
Binary 110011 111110 11001001 1001011 1000101 0 10101 11101100 111100 110001

Color Harmonies of #333EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333EC9

Black with #333EC9

Text Example


Text Example

White with #333EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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