#245F6B

Color #245F6B Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #245F6B

Tints of Blumine #245F6B

Color information

#245F6B (or 0x245F6B) is unknown color: approx Blumine. HEX triplet: 24, 5F and 6B. RGB value is (36,95,107). Sum of RGB (Red+Green+Blue) = 36+95+107=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #245F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F6B is #DBA094. Grayscale: #4E4E4E. Windows color (decimal): -14393493 or 7036708. OLE color: 7036708.

HSL color Cylindrical-coordinate representation of color #245F6B: hue angle of 190.14º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #245F6B is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3695107-
CMYK0.660.1100.58
HSL190.14º49.65%28.04%-
HSV(B)190.14º66.36%41.96%-
XYZ7.479.6215.37-
YUV78.73143.9597.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 95 (37.5% from 255) = 39.92%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=15.13%
G=39.92%
B=44.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36951070.660.1100.58190.1449.6528.04
Hex245F6B42B03Abe321c
Octal44137153102130722766234
Binary100100101111111010111000010101101110101011111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245F6B; }

 p { color: rgb(36,95,107); }

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

<style>
 a { background-color: #245F6B; }

 a { background-color: rgb(36,95,107); }

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

<style>
 span { border-color: #245F6B; }

 span { border-color: rgb(36,95,107); }

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