Html Css Color HEX #245E69 Blumine

📋 copy color: '#245E69'

red 36 ◦ green 94 ◦ blue 105

#245E69
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #245E69

Tints of Blumine #245E69

RGB

 RED value IS 36 (14.45% from 255) = 15.32%

 GREEN value IS 94 (37.11% from 255) = 40%

 BLUE value IS 105 (41.41% from 255) = 44.68%

R = 15.32%
G = 40%
B = 44.68%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#245E69 (or 0x245E69) is known color: Blumine. HEX triplet: 24, 5E and 69. RGB value is (36,94,105). Sum of RGB (Red+Green+Blue) = 36+94+105=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #245E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E69 is #DBA196. Grayscale: #4D4D4D. Windows color (decimal): -14393751 or 6905380. OLE color: 6905380.

HSL color Cylindrical-coordinate representation of color #245E69: hue angle of 189.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #245E69 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 94 105 -
CMYK 0.66 0.10 0 0.59
HSL 189.57º 0.49% 0.28% -
HSV(B) 189.57º 0.66% 0.41% -
XYZ 7.28 9.4 14.8 -
YUV 77.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 36 94 105 0.66 0.10 0 0.59 189.57 0.49 0.28
Hex 24 5E 69 42 A 0 3B BE 31 1C
Octal 44 136 151 102 12 0 73 276 61 34
Binary 100100 1011110 1101001 1000010 1010 0 111011 10111110 110001 11100

Color Harmonies of #245E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E69

Black with #245E69

Text Example


Text Example

White with #245E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,94,105); }

 H1.HeaderClassName
 {
   color: #245E69;
 }
 .AnyTagClassName
 {
   color: #245E69;
 }
</style>

background-color css

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

 a { background-color: rgb(36,94,105); }

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

border-color css

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

 span { border-color: rgb(36,94,105); }

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