Html Css Color HEX #265A4C Evening Sea

📋 copy color: '#265A4C'

red 38 ◦ green 90 ◦ blue 76

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

Shades of Evening Sea #265A4C

Tints of Evening Sea #265A4C

RGB

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

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

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

R = 18.63%
G = 44.12%
B = 37.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#265A4C (or 0x265A4C) is known color: Evening Sea. HEX triplet: 26, 5A and 4C. RGB value is (38,90,76). Sum of RGB (Red+Green+Blue) = 38+90+76=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #265A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A4C is #D9A5B3. Grayscale: #484848. Windows color (decimal): -14263732 or 5003814. OLE color: 5003814.

HSL color Cylindrical-coordinate representation of color #265A4C: hue angle of 163.85º 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 #265A4C is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 90 76 -
CMYK 0.58 0 0.16 0.65
HSL 163.85º 0.41% 0.25% -
HSV(B) 163.85º 0.58% 0.35% -
XYZ 5.76 8.25 8.13 -
YUV 72.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 38 90 76 0.58 0 0.16 0.65 163.85 0.41 0.25
Hex 26 5A 4C 3A 0 10 41 A4 29 19
Octal 46 132 114 72 0 20 101 244 51 31
Binary 100110 1011010 1001100 111010 0 10000 1000001 10100100 101001 11001

Color Harmonies of #265A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A4C

Black with #265A4C

Text Example


Text Example

White with #265A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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