Html Css Color HEX #2C36BA Persian Blue

📋 copy color: '#2C36BA'

red 44 ◦ green 54 ◦ blue 186

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

Shades of Persian Blue #2C36BA

Tints of Persian Blue #2C36BA

RGB

 RED value IS 44 (17.58% from 255) = 15.49%

 GREEN value IS 54 (21.48% from 255) = 19.01%

 BLUE value IS 186 (73.05% from 255) = 65.49%

R = 15.49%
G = 19.01%
B = 65.49%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C36BA (or 0x2C36BA) is known color: Persian Blue. HEX triplet: 2C, 36 and BA. RGB value is (44,54,186). Sum of RGB (Red+Green+Blue) = 44+54+186=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C36BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C36BA is #D3C945. Grayscale: #414141. Windows color (decimal): -13879622 or 12203564. OLE color: 12203564.

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

Color convert

RGB 44 54 186 -
CMYK 0.76 0.71 0 0.27
HSL 235.77º 0.62% 0.45% -
HSV(B) 235.77º 0.76% 0.73% -
XYZ 11.22 6.72 47.16 -
YUV 66.06 195.69 112.27 -
System Red Green Blue C M Y K H S L
Decimal 44 54 186 0.76 0.71 0 0.27 235.77 0.62 0.45
Hex 2C 36 BA 4C 47 0 1B EC 3E 2D
Octal 54 66 272 114 107 0 33 354 76 55
Binary 101100 110110 10111010 1001100 1000111 0 11011 11101100 111110 101101

Color Harmonies of #2C36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C36BA

Black with #2C36BA

Text Example


Text Example

White with #2C36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C36BA; }

 p { color: rgb(44,54,186); }

 H1.HeaderClassName
 {
   color: #2C36BA;
 }
 .AnyTagClassName
 {
   color: #2C36BA;
 }
</style>

background-color css

<style>
 a { background-color: #2C36BA; }

 a { background-color: rgb(44,54,186); }

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

border-color css

<style>
 span { border-color: #2C36BA; }

 span { border-color: rgb(44,54,186); }

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