Html Css Color HEX #362CBB Persian Blue

📋 copy color: '#362CBB'

red 54 ◦ green 44 ◦ blue 187

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

Shades of Persian Blue #362CBB

Tints of Persian Blue #362CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.44%

 BLUE value IS 187 (73.44% from 255) = 65.61%

R = 18.95%
G = 15.44%
B = 65.61%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#362CBB (or 0x362CBB) is known color: Persian Blue. HEX triplet: 36, 2C and BB. RGB value is (54,44,187). Sum of RGB (Red+Green+Blue) = 54+44+187=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #362CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362CBB is #C9D344. Grayscale: #3E3E3E. Windows color (decimal): -13226821 or 12266550. OLE color: 12266550.

HSL color Cylindrical-coordinate representation of color #362CBB: hue angle of 244.2º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362CBB is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 44 187 -
CMYK 0.71 0.76 0 0.27
HSL 244.2º 0.62% 0.45% -
HSV(B) 244.2º 0.76% 0.73% -
XYZ 11.39 6.17 47.6 -
YUV 63.29 197.81 121.37 -
System Red Green Blue C M Y K H S L
Decimal 54 44 187 0.71 0.76 0 0.27 244.2 0.62 0.45
Hex 36 2C BB 47 4C 0 1B F4 3E 2D
Octal 66 54 273 107 114 0 33 364 76 55
Binary 110110 101100 10111011 1000111 1001100 0 11011 11110100 111110 101101

Color Harmonies of #362CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362CBB

Black with #362CBB

Text Example


Text Example

White with #362CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,44,187); }

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

background-color css

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

 a { background-color: rgb(54,44,187); }

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

border-color css

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

 span { border-color: rgb(54,44,187); }

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