Html Css Color HEX #362BBC Persian Blue

📋 copy color: '#362BBC'

red 54 ◦ green 43 ◦ blue 188

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

Shades of Persian Blue #362BBC

Tints of Persian Blue #362BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.09%

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

R = 18.95%
G = 15.09%
B = 65.96%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#362BBC (or 0x362BBC) is known color: Persian Blue. HEX triplet: 36, 2B and BC. RGB value is (54,43,188). Sum of RGB (Red+Green+Blue) = 54+43+188=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #362BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362BBC is #C9D443. Grayscale: #3E3E3E. Windows color (decimal): -13227076 or 12331830. OLE color: 12331830.

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

Color convert

RGB 54 43 188 -
CMYK 0.71 0.77 0 0.26
HSL 244.55º 0.63% 0.45% -
HSV(B) 244.55º 0.77% 0.74% -
XYZ 11.46 6.14 48.16 -
YUV 62.82 198.64 121.71 -
System Red Green Blue C M Y K H S L
Decimal 54 43 188 0.71 0.77 0 0.26 244.55 0.63 0.45
Hex 36 2B BC 47 4D 0 1A F5 3F 2D
Octal 66 53 274 107 115 0 32 365 77 55
Binary 110110 101011 10111100 1000111 1001101 0 11010 11110101 111111 101101

Color Harmonies of #362BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362BBC

Black with #362BBC

Text Example


Text Example

White with #362BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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