Html Css Color HEX #362BBA Persian Blue

📋 copy color: '#362BBA'

red 54 ◦ green 43 ◦ blue 186

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

Shades of Persian Blue #362BBA

Tints of Persian Blue #362BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.72%

R = 19.08%
G = 15.19%
B = 65.72%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#362BBA (or 0x362BBA) is known color: Persian Blue. HEX triplet: 36, 2B and BA. RGB value is (54,43,186). Sum of RGB (Red+Green+Blue) = 54+43+186=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #362BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362BBA is #C9D445. Grayscale: #3E3E3E. Windows color (decimal): -13227078 or 12200758. OLE color: 12200758.

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

Color convert

RGB 54 43 186 -
CMYK 0.71 0.77 0 0.27
HSL 244.62º 0.62% 0.45% -
HSV(B) 244.62º 0.77% 0.73% -
XYZ 11.25 6.06 47.03 -
YUV 62.59 197.64 121.87 -
System Red Green Blue C M Y K H S L
Decimal 54 43 186 0.71 0.77 0 0.27 244.62 0.62 0.45
Hex 36 2B BA 47 4D 0 1B F5 3E 2D
Octal 66 53 272 107 115 0 33 365 76 55
Binary 110110 101011 10111010 1000111 1001101 0 11011 11110101 111110 101101

Color Harmonies of #362BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362BBA

Black with #362BBA

Text Example


Text Example

White with #362BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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