#245F6A

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

Shades of Blumine #245F6A

Tints of Blumine #245F6A

Color information

#245F6A (or 0x245F6A) is unknown color: approx Blumine. HEX triplet: 24, 5F and 6A. RGB value is (36,95,106). Sum of RGB (Red+Green+Blue) = 36+95+106=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 106 - color contains mainly: blue. Hex color #245F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F6A is #DBA095. Grayscale: #4E4E4E. Windows color (decimal): -14393494 or 6971172. OLE color: 6971172.

HSL color Cylindrical-coordinate representation of color #245F6A: hue angle of 189.43º degrees, saturation: 0.49, 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 #245F6A is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3695106-
CMYK0.660.1000.58
HSL189.43º49.3%27.84%-
HSV(B)189.43º66.04%41.57%-
XYZ7.429.615.1-
YUV78.61143.4597.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.19%
GREEN value IS 95 (37.5% from 255) = 40.08%
BLUE value IS 106 (41.80% from 255) = 44.73%
R=15.19%
G=40.08%
B=44.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36951060.660.1000.58189.4349.327.84
Hex245F6A42A03Abd311c
Octal44137152102120722756134
Binary100100101111111010101000010101001110101011110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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