#2d96bc

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

Shades of Pelorous #2D96BC

Tints of Pelorous #2D96BC

Color information

#2D96BC (or 0x2D96BC) is unknown color: approx Pelorous. HEX triplet: 2D, 96 and BC. RGB value is (45,150,188). Sum of RGB (Red+Green+Blue) = 45+150+188=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D96BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D96BC is #D26943. Grayscale: #7A7A7A. Windows color (decimal): -13789508 or 12359213. OLE color: 12359213.

HSL color Cylindrical-coordinate representation of color #2D96BC: hue angle of 195.94º 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 #2D96BC is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB45150188-
CMYK0.760.2000.26
HSL195.94º61.37%45.69%-
HSV(B)195.94º76.06%73.73%-
XYZ21.072651.49-
YUV122.94164.7172.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.75%
GREEN value IS 150 (58.98% from 255) = 39.16%
BLUE value IS 188 (73.83% from 255) = 49.09%
R=11.75%
G=39.16%
B=49.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal451501880.760.2000.26195.9461.3745.69
Hex2D96BC4C1401Ac43d2e
Octal55226274114240323047556
Binary101101100101101011110010011001010001101011000100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d96bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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