Html Css Color HEX #361ABC Persian Blue

📋 copy color: '#361ABC'

red 54 ◦ green 26 ◦ blue 188

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

Shades of Persian Blue #361ABC

Tints of Persian Blue #361ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.15%

R = 20.15%
G = 9.7%
B = 70.15%

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

#361ABC (or 0x361ABC) is known color: Persian Blue. HEX triplet: 36, 1A and BC. RGB value is (54,26,188). Sum of RGB (Red+Green+Blue) = 54+26+188=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #361ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361ABC is #C9E543. Grayscale: #343434. Windows color (decimal): -13231428 or 12327478. OLE color: 12327478.

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

Color convert

RGB 54 26 188 -
CMYK 0.71 0.86 0 0.26
HSL 250.37º 0.76% 0.42% -
HSV(B) 250.37º 0.86% 0.74% -
XYZ 10.97 5.15 47.99 -
YUV 52.84 204.28 128.83 -
System Red Green Blue C M Y K H S L
Decimal 54 26 188 0.71 0.86 0 0.26 250.37 0.76 0.42
Hex 36 1A BC 47 56 0 1A FA 4C 2A
Octal 66 32 274 107 126 0 32 372 114 52
Binary 110110 11010 10111100 1000111 1010110 0 11010 11111010 1001100 101010

Color Harmonies of #361ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361ABC

Black with #361ABC

Text Example


Text Example

White with #361ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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