#225A4D

Color #225A4D Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #225A4D

Tints of Evening Sea #225A4D

Color information

#225A4D (or 0x225A4D) is unknown color: approx Evening Sea. HEX triplet: 22, 5A and 4D. RGB value is (34,90,77). Sum of RGB (Red+Green+Blue) = 34+90+77=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #225A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225A4D is #DDA5B2. Grayscale: #474747. Windows color (decimal): -14525875 or 5069346. OLE color: 5069346.

HSL color Cylindrical-coordinate representation of color #225A4D: hue angle of 166.07º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225A4D is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB349077-
CMYK0.6200.140.65
HSL166.07º45.16%24.31%-
HSV(B)166.07º62.22%35.29%-
XYZ5.668.198.3-
YUV71.77130.95101.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.92%
GREEN value IS 90 (35.55% from 255) = 44.78%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=16.92%
G=44.78%
B=38.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3490770.6200.140.65166.0745.1624.31
Hex225A4D3E0E41a62d18
Octal42132115760161012465530
Binary100010101101010011011111100111010000011010011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225A4D; }

 p { color: rgb(34,90,77); }

 H1.HeaderClassName
 {
   color: #225A4D;
 }
 .AnyTagClassName
 {
   color: #225A4D;
 }
</style>
background-color css

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

 a { background-color: rgb(34,90,77); }

 div.DivClassName
 {
   background-color: #225A4D;
 }
 .BgClassName
 {
   background-color: #225A4D;
 }
</style>
border-color css

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

 span { border-color: rgb(34,90,77); }

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