#2D97C6

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

Shades of Pelorous #2D97C6

Tints of Pelorous #2D97C6

Color information

#2D97C6 (or 0x2D97C6) is unknown color: approx Pelorous. HEX triplet: 2D, 97 and C6. RGB value is (45,151,198). Sum of RGB (Red+Green+Blue) = 45+151+198=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #2D97C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D97C6 is #D26839. Grayscale: #7C7C7C. Windows color (decimal): -13789242 or 13014829. OLE color: 13014829.

HSL color Cylindrical-coordinate representation of color #2D97C6: hue angle of 198.43º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D97C6 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB45151198-
CMYK0.770.2400.22
HSL198.43º62.96%47.65%-
HSV(B)198.43º77.27%77.65%-
XYZ22.3426.7757.42-
YUV124.66169.3871.18-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.42%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 198 (77.73% from 255) = 50.25%
R=11.42%
G=38.32%
B=50.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal451511980.770.2400.22198.4362.9647.65
Hex2D97C64D18016c63f30
Octal55227306115300263067760
Binary101101100101111100011010011011100001011011000110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D97C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,151,198); }

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

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

 a { background-color: rgb(45,151,198); }

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

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

 span { border-color: rgb(45,151,198); }

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