Html Css Color HEX #361ABB Persian Blue

📋 copy color: '#361ABB'

red 54 ◦ green 26 ◦ blue 187

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

Shades of Persian Blue #361ABB

Tints of Persian Blue #361ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

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

R = 20.22%
G = 9.74%
B = 70.04%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#361ABB (or 0x361ABB) is known color: Persian Blue. HEX triplet: 36, 1A and BB. RGB value is (54,26,187). Sum of RGB (Red+Green+Blue) = 54+26+187=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #361ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361ABB is #C9E544. Grayscale: #343434. Windows color (decimal): -13231429 or 12261942. OLE color: 12261942.

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

Color convert

RGB 54 26 187 -
CMYK 0.71 0.86 0 0.27
HSL 250.43º 0.76% 0.42% -
HSV(B) 250.43º 0.86% 0.73% -
XYZ 10.86 5.11 47.43 -
YUV 52.73 203.78 128.91 -
System Red Green Blue C M Y K H S L
Decimal 54 26 187 0.71 0.86 0 0.27 250.43 0.76 0.42
Hex 36 1A BB 47 56 0 1B FA 4C 2A
Octal 66 32 273 107 126 0 33 372 114 52
Binary 110110 11010 10111011 1000111 1010110 0 11011 11111010 1001100 101010

Color Harmonies of #361ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361ABB

Black with #361ABB

Text Example


Text Example

White with #361ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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