#2d96b2

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

Shades of Pelorous #2D96B2

Tints of Pelorous #2D96B2

Color information

#2D96B2 (or 0x2D96B2) is unknown color: approx Pelorous. HEX triplet: 2D, 96 and B2. RGB value is (45,150,178). Sum of RGB (Red+Green+Blue) = 45+150+178=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #2D96B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D96B2 is #D2694D. Grayscale: #797979. Windows color (decimal): -13789518 or 11703853. OLE color: 11703853.

HSL color Cylindrical-coordinate representation of color #2D96B2: hue angle of 192.63º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D96B2 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB45150178-
CMYK0.750.1600.30
HSL192.63º59.64%43.73%-
HSV(B)192.63º74.72%69.8%-
XYZ20.0225.5846-
YUV121.8159.7173.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.06%
GREEN value IS 150 (58.98% from 255) = 40.21%
BLUE value IS 178 (69.92% from 255) = 47.72%
R=12.06%
G=40.21%
B=47.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal451501780.750.1600.30192.6359.6443.73
Hex2D96B24B1001Ec13c2c
Octal55226262113200363017454
Binary101101100101101011001010010111000001111011000001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d96b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,150,178); }

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

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

 a { background-color: rgb(45,150,178); }

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

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

 span { border-color: rgb(45,150,178); }

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