Html Css Color HEX #362DCE Persian Blue

📋 copy color: '#362DCE'

red 54 ◦ green 45 ◦ blue 206

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

Shades of Persian Blue #362DCE

Tints of Persian Blue #362DCE

RGB

 RED value IS 54 (21.48% from 255) = 17.7%

 GREEN value IS 45 (17.97% from 255) = 14.75%

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

R = 17.7%
G = 14.75%
B = 67.54%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#362DCE (or 0x362DCE) is known color: Persian Blue. HEX triplet: 36, 2D and CE. RGB value is (54,45,206). Sum of RGB (Red+Green+Blue) = 54+45+206=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #362DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362DCE is #C9D231. Grayscale: #414141. Windows color (decimal): -13226546 or 13511990. OLE color: 13511990.

HSL color Cylindrical-coordinate representation of color #362DCE: hue angle of 243.35º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362DCE is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 45 206 -
CMYK 0.74 0.78 0 0.19
HSL 243.35º 0.64% 0.49% -
HSV(B) 243.35º 0.78% 0.81% -
XYZ 13.6 7.12 59.05 -
YUV 66.05 206.98 119.41 -
System Red Green Blue C M Y K H S L
Decimal 54 45 206 0.74 0.78 0 0.19 243.35 0.64 0.49
Hex 36 2D CE 4A 4E 0 13 F3 40 31
Octal 66 55 316 112 116 0 23 363 100 61
Binary 110110 101101 11001110 1001010 1001110 0 10011 11110011 1000000 110001

Color Harmonies of #362DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362DCE

Black with #362DCE

Text Example


Text Example

White with #362DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362DCE; }

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

 H1.HeaderClassName
 {
   color: #362DCE;
 }
 .AnyTagClassName
 {
   color: #362DCE;
 }
</style>

background-color css

<style>
 a { background-color: #362DCE; }

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

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

border-color css

<style>
 span { border-color: #362DCE; }

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

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