Html Css Color HEX #361ABD Persian Blue

📋 copy color: '#361ABD'

red 54 ◦ green 26 ◦ blue 189

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

Shades of Persian Blue #361ABD

Tints of Persian Blue #361ABD

RGB

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

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

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

R = 20.07%
G = 9.67%
B = 70.26%

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

#361ABD (or 0x361ABD) is known color: Persian Blue. HEX triplet: 36, 1A and BD. RGB value is (54,26,189). Sum of RGB (Red+Green+Blue) = 54+26+189=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #361ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361ABD is #C9E542. Grayscale: #343434. Windows color (decimal): -13231427 or 12393014. OLE color: 12393014.

HSL color Cylindrical-coordinate representation of color #361ABD: hue angle of 250.31º degrees, saturation: 0.76, 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 #361ABD is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 26 189 -
CMYK 0.71 0.86 0 0.26
HSL 250.31º 0.76% 0.42% -
HSV(B) 250.31º 0.86% 0.74% -
XYZ 11.08 5.2 48.56 -
YUV 52.95 204.78 128.75 -
System Red Green Blue C M Y K H S L
Decimal 54 26 189 0.71 0.86 0 0.26 250.31 0.76 0.42
Hex 36 1A BD 47 56 0 1A FA 4C 2A
Octal 66 32 275 107 126 0 32 372 114 52
Binary 110110 11010 10111101 1000111 1010110 0 11010 11111010 1001100 101010

Color Harmonies of #361ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361ABD

Black with #361ABD

Text Example


Text Example

White with #361ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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