Html Css Color HEX #361CBB Persian Blue

📋 copy color: '#361CBB'

red 54 ◦ green 28 ◦ blue 187

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

Shades of Persian Blue #361CBB

Tints of Persian Blue #361CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

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

R = 20.07%
G = 10.41%
B = 69.52%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#361CBB (or 0x361CBB) is known color: Persian Blue. HEX triplet: 36, 1C and BB. RGB value is (54,28,187). Sum of RGB (Red+Green+Blue) = 54+28+187=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #361CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CBB is #C9E344. Grayscale: #353535. Windows color (decimal): -13230917 or 12262454. OLE color: 12262454.

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

Color convert

RGB 54 28 187 -
CMYK 0.71 0.85 0 0.27
HSL 249.81º 0.74% 0.42% -
HSV(B) 249.81º 0.85% 0.73% -
XYZ 10.91 5.2 47.44 -
YUV 53.9 203.11 128.07 -
System Red Green Blue C M Y K H S L
Decimal 54 28 187 0.71 0.85 0 0.27 249.81 0.74 0.42
Hex 36 1C BB 47 55 0 1B FA 4A 2A
Octal 66 34 273 107 125 0 33 372 112 52
Binary 110110 11100 10111011 1000111 1010101 0 11011 11111010 1001010 101010

Color Harmonies of #361CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CBB

Black with #361CBB

Text Example


Text Example

White with #361CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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