Html Css Color HEX #3336CE Persian Blue

📋 copy color: '#3336CE'

red 51 ◦ green 54 ◦ blue 206

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

Shades of Persian Blue #3336CE

Tints of Persian Blue #3336CE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.36%

 BLUE value IS 206 (80.86% from 255) = 66.24%

R = 16.4%
G = 17.36%
B = 66.24%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3336CE (or 0x3336CE) is known color: Persian Blue. HEX triplet: 33, 36 and CE. RGB value is (51,54,206). Sum of RGB (Red+Green+Blue) = 51+54+206=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #3336CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3336CE is #CCC931. Grayscale: #454545. Windows color (decimal): -13420850 or 13514291. OLE color: 13514291.

HSL color Cylindrical-coordinate representation of color #3336CE: hue angle of 238.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3336CE is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 54 206 -
CMYK 0.75 0.74 0 0.19
HSL 238.84º 0.61% 0.5% -
HSV(B) 238.84º 0.75% 0.81% -
XYZ 13.82 7.8 59.17 -
YUV 70.43 204.51 114.14 -
System Red Green Blue C M Y K H S L
Decimal 51 54 206 0.75 0.74 0 0.19 238.84 0.61 0.5
Hex 33 36 CE 4B 4A 0 13 EF 3D 32
Octal 63 66 316 113 112 0 23 357 75 62
Binary 110011 110110 11001110 1001011 1001010 0 10011 11101111 111101 110010

Color Harmonies of #3336CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3336CE

Black with #3336CE

Text Example


Text Example

White with #3336CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3336CE; }

 p { color: rgb(51,54,206); }

 H1.HeaderClassName
 {
   color: #3336CE;
 }
 .AnyTagClassName
 {
   color: #3336CE;
 }
</style>

background-color css

<style>
 a { background-color: #3336CE; }

 a { background-color: rgb(51,54,206); }

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

border-color css

<style>
 span { border-color: #3336CE; }

 span { border-color: rgb(51,54,206); }

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