#2495C7

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

Shades of Pelorous #2495C7

Tints of Pelorous #2495C7

Color information

#2495C7 (or 0x2495C7) is unknown color: approx Pelorous. HEX triplet: 24, 95 and C7. RGB value is (36,149,199). Sum of RGB (Red+Green+Blue) = 36+149+199=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 199 (78.12% from 255 or 51.82% from 384); Max value from RGB is 199 - color contains mainly: blue. Hex color #2495C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495C7 is #DB6A38. Grayscale: #787878. Windows color (decimal): -14379577 or 13079844. OLE color: 13079844.

HSL color Cylindrical-coordinate representation of color #2495C7: hue angle of 198.4º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2495C7 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB36149199-
CMYK0.820.2500.22
HSL198.4º69.36%46.08%-
HSV(B)198.4º81.91%78.04%-
XYZ21.7825.9957.9-
YUV120.91172.0667.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.38%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 199 (78.12% from 255) = 51.82%
R=9.38%
G=38.80%
B=51.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal361491990.820.2500.22198.469.3646.08
Hex2495C75219016c6452e
Octal442253071223102630610556
Binary1001001001010111000111101001011001010110110001101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2495C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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