Html Css Color HEX #362AC8 Persian Blue

📋 copy color: '#362AC8'

red 54 ◦ green 42 ◦ blue 200

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

Shades of Persian Blue #362AC8

Tints of Persian Blue #362AC8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.19%

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

R = 18.24%
G = 14.19%
B = 67.57%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#362AC8 (or 0x362AC8) is known color: Persian Blue. HEX triplet: 36, 2A and C8. RGB value is (54,42,200). Sum of RGB (Red+Green+Blue) = 54+42+200=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 200 (78.52% from 255 or 67.57% from 296); Max value from RGB is 200 - color contains mainly: blue. Hex color #362AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362AC8 is #C9D537. Grayscale: #3E3E3E. Windows color (decimal): -13227320 or 13118006. OLE color: 13118006.

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

Color convert

RGB 54 42 200 -
CMYK 0.73 0.79 0 0.22
HSL 244.56º 0.65% 0.47% -
HSV(B) 244.56º 0.79% 0.78% -
XYZ 12.77 6.61 55.25 -
YUV 63.6 204.98 121.15 -
System Red Green Blue C M Y K H S L
Decimal 54 42 200 0.73 0.79 0 0.22 244.56 0.65 0.47
Hex 36 2A C8 49 4F 0 16 F5 41 2F
Octal 66 52 310 111 117 0 26 365 101 57
Binary 110110 101010 11001000 1001001 1001111 0 10110 11110101 1000001 101111

Color Harmonies of #362AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362AC8

Black with #362AC8

Text Example


Text Example

White with #362AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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