Html Css Color HEX #245348 Evening Sea

📋 copy color: '#245348'

red 36 ◦ green 83 ◦ blue 72

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

Shades of Evening Sea #245348

Tints of Evening Sea #245348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.46%

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 18.85%
G = 43.46%
B = 37.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#245348 (or 0x245348) is known color: Evening Sea. HEX triplet: 24, 53 and 48. RGB value is (36,83,72). Sum of RGB (Red+Green+Blue) = 36+83+72=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #245348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245348 is #DBACB7. Grayscale: #434343. Windows color (decimal): -14396600 or 4739876. OLE color: 4739876.

HSL color Cylindrical-coordinate representation of color #245348: hue angle of 165.96º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245348 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 83 72 -
CMYK 0.57 0 0.13 0.67
HSL 165.96º 0.39% 0.23% -
HSV(B) 165.96º 0.57% 0.33% -
XYZ 4.99 7.03 7.22 -
YUV 67.69 130.43 105.39 -
System Red Green Blue C M Y K H S L
Decimal 36 83 72 0.57 0 0.13 0.67 165.96 0.39 0.23
Hex 24 53 48 39 0 D 43 A6 27 17
Octal 44 123 110 71 0 15 103 246 47 27
Binary 100100 1010011 1001000 111001 0 1101 1000011 10100110 100111 10111

Color Harmonies of #245348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245348

Black with #245348

Text Example


Text Example

White with #245348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245348; }

 p { color: rgb(36,83,72); }

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

background-color css

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

 a { background-color: rgb(36,83,72); }

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

border-color css

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

 span { border-color: rgb(36,83,72); }

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