Html Css Color HEX #265A4E Evening Sea

📋 copy color: '#265A4E'

red 38 ◦ green 90 ◦ blue 78

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

Shades of Evening Sea #265A4E

Tints of Evening Sea #265A4E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.69%

 BLUE value IS 78 (30.86% from 255) = 37.86%

R = 18.45%
G = 43.69%
B = 37.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#265A4E (or 0x265A4E) is known color: Evening Sea. HEX triplet: 26, 5A and 4E. RGB value is (38,90,78). Sum of RGB (Red+Green+Blue) = 38+90+78=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #265A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A4E is #D9A5B1. Grayscale: #494949. Windows color (decimal): -14263730 or 5134886. OLE color: 5134886.

HSL color Cylindrical-coordinate representation of color #265A4E: hue angle of 166.15º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A4E is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 90 78 -
CMYK 0.58 0 0.13 0.65
HSL 166.15º 0.41% 0.25% -
HSV(B) 166.15º 0.58% 0.35% -
XYZ 5.83 8.27 8.5 -
YUV 73.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 38 90 78 0.58 0 0.13 0.65 166.15 0.41 0.25
Hex 26 5A 4E 3A 0 D 41 A6 29 19
Octal 46 132 116 72 0 15 101 246 51 31
Binary 100110 1011010 1001110 111010 0 1101 1000001 10100110 101001 11001

Color Harmonies of #265A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A4E

Black with #265A4E

Text Example


Text Example

White with #265A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,90,78); }

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

background-color css

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

 a { background-color: rgb(38,90,78); }

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

border-color css

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

 span { border-color: rgb(38,90,78); }

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