#2495BF

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

Shades of Pelorous #2495BF

Tints of Pelorous #2495BF

Color information

#2495BF (or 0x2495BF) is unknown color: approx Pelorous. HEX triplet: 24, 95 and BF. RGB value is (36,149,191). Sum of RGB (Red+Green+Blue) = 36+149+191=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #2495BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495BF is #DB6A40. Grayscale: #777777. Windows color (decimal): -14379585 or 12555556. OLE color: 12555556.

HSL color Cylindrical-coordinate representation of color #2495BF: hue angle of 196.26º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2495BF is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB36149191-
CMYK0.810.2200.25
HSL196.26º68.28%44.51%-
HSV(B)196.26º81.15%74.9%-
XYZ20.8825.6353.14-
YUV120168.0668.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.57%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 191 (75% from 255) = 50.80%
R=9.57%
G=39.63%
B=50.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal361491910.810.2200.25196.2668.2844.51
Hex2495BF5116019c4442d
Octal442252771212603130410455
Binary1001001001010110111111101000110110011001110001001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2495BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2495BF; }

 p { color: rgb(36,149,191); }

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

<style>
 a { background-color: #2495BF; }

 a { background-color: rgb(36,149,191); }

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

<style>
 span { border-color: #2495BF; }

 span { border-color: rgb(36,149,191); }

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