Html Css Color HEX #333DC9 Persian Blue

📋 copy color: '#333DC9'

red 51 ◦ green 61 ◦ blue 201

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

Shades of Persian Blue #333DC9

Tints of Persian Blue #333DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.49%

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

R = 16.29%
G = 19.49%
B = 64.22%

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

#333DC9 (or 0x333DC9) is known color: Persian Blue. HEX triplet: 33, 3D and C9. RGB value is (51,61,201). Sum of RGB (Red+Green+Blue) = 51+61+201=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 201 (78.91% from 255 or 64.22% from 313); Max value from RGB is 201 - color contains mainly: blue. Hex color #333DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333DC9 is #CCC236. Grayscale: #494949. Windows color (decimal): -13419063 or 13188403. OLE color: 13188403.

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

Color convert

RGB 51 61 201 -
CMYK 0.75 0.70 0 0.21
HSL 236º 0.6% 0.49% -
HSV(B) 236º 0.75% 0.79% -
XYZ 13.58 8.26 56.14 -
YUV 73.97 199.69 111.62 -
System Red Green Blue C M Y K H S L
Decimal 51 61 201 0.75 0.70 0 0.21 236 0.6 0.49
Hex 33 3D C9 4B 46 0 15 EC 3C 31
Octal 63 75 311 113 106 0 25 354 74 61
Binary 110011 111101 11001001 1001011 1000110 0 10101 11101100 111100 110001

Color Harmonies of #333DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333DC9

Black with #333DC9

Text Example


Text Example

White with #333DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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