Html Css Color HEX #255348 Evening Sea

📋 copy color: '#255348'

red 37 ◦ green 83 ◦ blue 72

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

Shades of Evening Sea #255348

Tints of Evening Sea #255348

RGB

 RED value IS 37 (14.84% from 255) = 19.27%

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

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

R = 19.27%
G = 43.23%
B = 37.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#255348 (or 0x255348) is known color: Evening Sea. HEX triplet: 25, 53 and 48. RGB value is (37,83,72). Sum of RGB (Red+Green+Blue) = 37+83+72=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #255348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255348 is #DAACB7. Grayscale: #434343. Windows color (decimal): -14331064 or 4739877. OLE color: 4739877.

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

Color convert

RGB 37 83 72 -
CMYK 0.55 0 0.13 0.67
HSL 165.65º 0.38% 0.24% -
HSV(B) 165.65º 0.55% 0.33% -
XYZ 5.03 7.05 7.23 -
YUV 67.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 37 83 72 0.55 0 0.13 0.67 165.65 0.38 0.24
Hex 25 53 48 37 0 D 43 A6 26 18
Octal 45 123 110 67 0 15 103 246 46 30
Binary 100101 1010011 1001000 110111 0 1101 1000011 10100110 100110 11000

Color Harmonies of #255348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255348

Black with #255348

Text Example


Text Example

White with #255348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255348; }

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

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

background-color css

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

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

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

border-color css

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

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

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