Html Css Color HEX #265E4C Evening Sea

📋 copy color: '#265E4C'

red 38 ◦ green 94 ◦ blue 76

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

Shades of Evening Sea #265E4C

Tints of Evening Sea #265E4C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 45.19%

 BLUE value IS 76 (30.08% from 255) = 36.54%

R = 18.27%
G = 45.19%
B = 36.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#265E4C (or 0x265E4C) is known color: Evening Sea. HEX triplet: 26, 5E and 4C. RGB value is (38,94,76). Sum of RGB (Red+Green+Blue) = 38+94+76=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 94 - color contains mainly: green. Hex color #265E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265E4C is #D9A1B3. Grayscale: #4B4B4B. Windows color (decimal): -14262708 or 5004838. OLE color: 5004838.

HSL color Cylindrical-coordinate representation of color #265E4C: hue angle of 160.71º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265E4C is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 38 94 76 -
CMYK 0.60 0 0.19 0.63
HSL 160.71º 0.42% 0.26% -
HSV(B) 160.71º 0.6% 0.37% -
XYZ 6.11 8.94 8.24 -
YUV 75.2 128.45 101.46 -
System Red Green Blue C M Y K H S L
Decimal 38 94 76 0.60 0 0.19 0.63 160.71 0.42 0.26
Hex 26 5E 4C 3C 0 13 3F A1 2A 1A
Octal 46 136 114 74 0 23 77 241 52 32
Binary 100110 1011110 1001100 111100 0 10011 111111 10100001 101010 11010

Color Harmonies of #265E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E4C

Black with #265E4C

Text Example


Text Example

White with #265E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265E4C; }

 p { color: rgb(38,94,76); }

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

background-color css

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

 a { background-color: rgb(38,94,76); }

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

border-color css

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

 span { border-color: rgb(38,94,76); }

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