Html Css Color HEX #361CBC Persian Blue

📋 copy color: '#361CBC'

red 54 ◦ green 28 ◦ blue 188

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

Shades of Persian Blue #361CBC

Tints of Persian Blue #361CBC

RGB

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

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

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

R = 20%
G = 10.37%
B = 69.63%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#361CBC (or 0x361CBC) is known color: Persian Blue. HEX triplet: 36, 1C and BC. RGB value is (54,28,188). Sum of RGB (Red+Green+Blue) = 54+28+188=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #361CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CBC is #C9E343. Grayscale: #353535. Windows color (decimal): -13230916 or 12327990. OLE color: 12327990.

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

Color convert

RGB 54 28 188 -
CMYK 0.71 0.85 0 0.26
HSL 249.75º 0.74% 0.42% -
HSV(B) 249.75º 0.85% 0.74% -
XYZ 11.01 5.25 48.01 -
YUV 54.01 203.61 127.99 -
System Red Green Blue C M Y K H S L
Decimal 54 28 188 0.71 0.85 0 0.26 249.75 0.74 0.42
Hex 36 1C BC 47 55 0 1A FA 4A 2A
Octal 66 34 274 107 125 0 32 372 112 52
Binary 110110 11100 10111100 1000111 1010101 0 11010 11111010 1001010 101010

Color Harmonies of #361CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CBC

Black with #361CBC

Text Example


Text Example

White with #361CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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