Html Css Color HEX #245F68 Blue Stone

📋 copy color: '#245F68'

red 36 ◦ green 95 ◦ blue 104

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

Shades of Blue Stone #245F68

Tints of Blue Stone #245F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.43%

 BLUE value IS 104 (41.02% from 255) = 44.26%

R = 15.32%
G = 40.43%
B = 44.26%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#245F68 (or 0x245F68) is known color: Blue Stone. HEX triplet: 24, 5F and 68. RGB value is (36,95,104). Sum of RGB (Red+Green+Blue) = 36+95+104=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #245F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F68 is #DBA097. Grayscale: #4E4E4E. Windows color (decimal): -14393496 or 6840100. OLE color: 6840100.

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

Color convert

RGB 36 95 104 -
CMYK 0.65 0.09 0 0.59
HSL 187.94º 0.49% 0.27% -
HSV(B) 187.94º 0.65% 0.41% -
XYZ 7.32 9.56 14.56 -
YUV 78.39 142.45 97.77 -
System Red Green Blue C M Y K H S L
Decimal 36 95 104 0.65 0.09 0 0.59 187.94 0.49 0.27
Hex 24 5F 68 41 9 0 3B BC 31 1B
Octal 44 137 150 101 11 0 73 274 61 33
Binary 100100 1011111 1101000 1000001 1001 0 111011 10111100 110001 11011

Color Harmonies of #245F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F68

Black with #245F68

Text Example


Text Example

White with #245F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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