#2D97CA

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

Shades of Pelorous #2D97CA

Tints of Pelorous #2D97CA

Color information

#2D97CA (or 0x2D97CA) is unknown color: approx Pelorous. HEX triplet: 2D, 97 and CA. RGB value is (45,151,202). Sum of RGB (Red+Green+Blue) = 45+151+202=398 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.31% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D97CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D97CA is #D26835. Grayscale: #7C7C7C. Windows color (decimal): -13789238 or 13276973. OLE color: 13276973.

HSL color Cylindrical-coordinate representation of color #2D97CA: hue angle of 199.49º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D97CA is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB45151202-
CMYK0.780.2500.21
HSL199.49º63.56%48.43%-
HSV(B)199.49º77.72%79.22%-
XYZ22.8126.9659.88-
YUV125.12171.3870.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.31%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=11.31%
G=37.94%
B=50.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal451512020.780.2500.21199.4963.5648.43
Hex2D97CA4E19015c74030
Octal552273121163102530710060
Binary1011011001011111001010100111011001010101110001111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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