#2D36BF

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

Shades of Persian Blue #2D36BF

Tints of Persian Blue #2D36BF

Color information

#2D36BF (or 0x2D36BF) is unknown color: approx Persian Blue. HEX triplet: 2D, 36 and BF. RGB value is (45,54,191). Sum of RGB (Red+Green+Blue) = 45+54+191=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D36BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D36BF is #D2C940. Grayscale: #424242. Windows color (decimal): -13814081 or 12531245. OLE color: 12531245.

HSL color Cylindrical-coordinate representation of color #2D36BF: hue angle of 236.3º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D36BF is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4554191-
CMYK0.760.7200.25
HSL236.3º61.86%46.27%-
HSV(B)236.3º76.44%74.9%-
XYZ11.816.9650.01-
YUV66.93198.02112.36-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.52%
GREEN value IS 54 (21.48% from 255) = 18.62%
BLUE value IS 191 (75% from 255) = 65.86%
R=15.52%
G=18.62%
B=65.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45541910.760.7200.25236.361.8646.27
Hex2D36BF4C48019ec3e2e
Octal55662771141100313547656
Binary101101110110101111111001100100100001100111101100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D36BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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