#2D36BC

Color #2D36BC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2D36BC

Tints of Persian Blue #2D36BC

Color information

#2D36BC (or 0x2D36BC) is unknown color: approx Persian Blue. HEX triplet: 2D, 36 and BC. RGB value is (45,54,188). Sum of RGB (Red+Green+Blue) = 45+54+188=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D36BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D36BC is #D2C943. Grayscale: #424242. Windows color (decimal): -13814084 or 12334637. OLE color: 12334637.

HSL color Cylindrical-coordinate representation of color #2D36BC: hue angle of 236.22º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D36BC is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4554188-
CMYK0.760.7100.26
HSL236.22º61.37%45.69%-
HSV(B)236.22º76.06%73.73%-
XYZ11.486.8348.29-
YUV66.59196.52112.6-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.68%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 188 (73.83% from 255) = 65.51%
R=15.68%
G=18.82%
B=65.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal45541880.760.7100.26236.2261.3745.69
Hex2D36BC4C4701Aec3d2e
Octal55662741141070323547556
Binary101101110110101111001001100100011101101011101100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D36BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D36BC;
 }
 .AnyTagClassName
 {
   color: #2D36BC;
 }
</style>
background-color css

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

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

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

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

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

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