Html Css Color HEX #361BBD Persian Blue

📋 copy color: '#361BBD'

red 54 ◦ green 27 ◦ blue 189

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

Shades of Persian Blue #361BBD

Tints of Persian Blue #361BBD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10%

 BLUE value IS 189 (74.22% from 255) = 70%

R = 20%
G = 10%
B = 70%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#361BBD (or 0x361BBD) is known color: Persian Blue. HEX triplet: 36, 1B and BD. RGB value is (54,27,189). Sum of RGB (Red+Green+Blue) = 54+27+189=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 189 (74.22% from 255 or 70% from 270); Max value from RGB is 189 - color contains mainly: blue. Hex color #361BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361BBD is #C9E442. Grayscale: #343434. Windows color (decimal): -13231171 or 12393270. OLE color: 12393270.

HSL color Cylindrical-coordinate representation of color #361BBD: hue angle of 250º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361BBD is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 27 189 -
CMYK 0.71 0.86 0 0.26
HSL 250º 0.75% 0.42% -
HSV(B) 250º 0.86% 0.74% -
XYZ 11.1 5.24 48.57 -
YUV 53.54 204.45 128.33 -
System Red Green Blue C M Y K H S L
Decimal 54 27 189 0.71 0.86 0 0.26 250 0.75 0.42
Hex 36 1B BD 47 56 0 1A FA 4B 2A
Octal 66 33 275 107 126 0 32 372 113 52
Binary 110110 11011 10111101 1000111 1010110 0 11010 11111010 1001011 101010

Color Harmonies of #361BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BBD

Black with #361BBD

Text Example


Text Example

White with #361BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361BBD; }

 p { color: rgb(54,27,189); }

 H1.HeaderClassName
 {
   color: #361BBD;
 }
 .AnyTagClassName
 {
   color: #361BBD;
 }
</style>

background-color css

<style>
 a { background-color: #361BBD; }

 a { background-color: rgb(54,27,189); }

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

border-color css

<style>
 span { border-color: #361BBD; }

 span { border-color: rgb(54,27,189); }

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