Html Css Color HEX #235448 Evening Sea

📋 copy color: '#235448'

red 35 ◦ green 84 ◦ blue 72

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

Shades of Evening Sea #235448

Tints of Evening Sea #235448

RGB

 RED value IS 35 (14.06% from 255) = 18.32%

 GREEN value IS 84 (33.2% from 255) = 43.98%

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

R = 18.32%
G = 43.98%
B = 37.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#235448 (or 0x235448) is known color: Evening Sea. HEX triplet: 23, 54 and 48. RGB value is (35,84,72). Sum of RGB (Red+Green+Blue) = 35+84+72=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #235448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235448 is #DCABB7. Grayscale: #434343. Windows color (decimal): -14461880 or 4740131. OLE color: 4740131.

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

Color convert

RGB 35 84 72 -
CMYK 0.58 0 0.14 0.67
HSL 165.31º 0.41% 0.23% -
HSV(B) 165.31º 0.58% 0.33% -
XYZ 5.03 7.17 7.25 -
YUV 67.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 35 84 72 0.58 0 0.14 0.67 165.31 0.41 0.23
Hex 23 54 48 3A 0 E 43 A5 29 17
Octal 43 124 110 72 0 16 103 245 51 27
Binary 100011 1010100 1001000 111010 0 1110 1000011 10100101 101001 10111

Color Harmonies of #235448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235448

Black with #235448

Text Example


Text Example

White with #235448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235448; }

 p { color: rgb(35,84,72); }

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

background-color css

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

 a { background-color: rgb(35,84,72); }

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

border-color css

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

 span { border-color: rgb(35,84,72); }

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