Html Css Color HEX #362DC8 Persian Blue

📋 copy color: '#362DC8'

red 54 ◦ green 45 ◦ blue 200

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

Shades of Persian Blue #362DC8

Tints of Persian Blue #362DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 66.89%

R = 18.06%
G = 15.05%
B = 66.89%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#362DC8 (or 0x362DC8) is known color: Persian Blue. HEX triplet: 36, 2D and C8. RGB value is (54,45,200). Sum of RGB (Red+Green+Blue) = 54+45+200=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 200 (78.52% from 255 or 66.89% from 299); Max value from RGB is 200 - color contains mainly: blue. Hex color #362DC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362DC8 is #C9D237. Grayscale: #404040. Windows color (decimal): -13226552 or 13118774. OLE color: 13118774.

HSL color Cylindrical-coordinate representation of color #362DC8: hue angle of 243.48º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #362DC8 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 45 200 -
CMYK 0.73 0.78 0 0.22
HSL 243.48º 0.63% 0.48% -
HSV(B) 243.48º 0.78% 0.78% -
XYZ 12.89 6.83 55.28 -
YUV 65.36 203.98 119.9 -
System Red Green Blue C M Y K H S L
Decimal 54 45 200 0.73 0.78 0 0.22 243.48 0.63 0.48
Hex 36 2D C8 49 4E 0 16 F3 3F 30
Octal 66 55 310 111 116 0 26 363 77 60
Binary 110110 101101 11001000 1001001 1001110 0 10110 11110011 111111 110000

Color Harmonies of #362DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362DC8

Black with #362DC8

Text Example


Text Example

White with #362DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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