Html Css Color HEX #265448 Evening Sea

📋 copy color: '#265448'

red 38 ◦ green 84 ◦ blue 72

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

Shades of Evening Sea #265448

Tints of Evening Sea #265448

RGB

 RED value IS 38 (15.23% from 255) = 19.59%

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

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

R = 19.59%
G = 43.3%
B = 37.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#265448 (or 0x265448) is known color: Evening Sea. HEX triplet: 26, 54 and 48. RGB value is (38,84,72). Sum of RGB (Red+Green+Blue) = 38+84+72=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #265448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265448 is #D9ABB7. Grayscale: #444444. Windows color (decimal): -14265272 or 4740134. OLE color: 4740134.

HSL color Cylindrical-coordinate representation of color #265448: hue angle of 164.35º 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 #265448 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 84 72 -
CMYK 0.55 0 0.14 0.67
HSL 164.35º 0.38% 0.24% -
HSV(B) 164.35º 0.55% 0.33% -
XYZ 5.14 7.22 7.25 -
YUV 68.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 38 84 72 0.55 0 0.14 0.67 164.35 0.38 0.24
Hex 26 54 48 37 0 E 43 A4 26 18
Octal 46 124 110 67 0 16 103 244 46 30
Binary 100110 1010100 1001000 110111 0 1110 1000011 10100100 100110 11000

Color Harmonies of #265448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265448

Black with #265448

Text Example


Text Example

White with #265448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265448; }

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

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

background-color css

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

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

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

border-color css

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

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

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