Html Css Color HEX #362ABC Persian Blue

📋 copy color: '#362ABC'

red 54 ◦ green 42 ◦ blue 188

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

Shades of Persian Blue #362ABC

Tints of Persian Blue #362ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 19.01%
G = 14.79%
B = 66.2%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#362ABC (or 0x362ABC) is known color: Persian Blue. HEX triplet: 36, 2A and BC. RGB value is (54,42,188). Sum of RGB (Red+Green+Blue) = 54+42+188=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #362ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ABC is #C9D543. Grayscale: #3D3D3D. Windows color (decimal): -13227332 or 12331574. OLE color: 12331574.

HSL color Cylindrical-coordinate representation of color #362ABC: hue angle of 244.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362ABC is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 42 188 -
CMYK 0.71 0.78 0 0.26
HSL 244.93º 0.63% 0.45% -
HSV(B) 244.93º 0.78% 0.74% -
XYZ 11.43 6.07 48.15 -
YUV 62.23 198.98 122.13 -
System Red Green Blue C M Y K H S L
Decimal 54 42 188 0.71 0.78 0 0.26 244.93 0.63 0.45
Hex 36 2A BC 47 4E 0 1A F5 3F 2D
Octal 66 52 274 107 116 0 32 365 77 55
Binary 110110 101010 10111100 1000111 1001110 0 11010 11110101 111111 101101

Color Harmonies of #362ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362ABC

Black with #362ABC

Text Example


Text Example

White with #362ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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