#225A81

Color #225A81 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #225A81

Tints of Bahama Blue #225A81

Color information

#225A81 (or 0x225A81) is unknown color: approx Bahama Blue. HEX triplet: 22, 5A and 81. RGB value is (34,90,129). Sum of RGB (Red+Green+Blue) = 34+90+129=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #225A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225A81 is #DDA57E. Grayscale: #4D4D4D. Windows color (decimal): -14525823 or 8477218. OLE color: 8477218.

HSL color Cylindrical-coordinate representation of color #225A81: hue angle of 204.63º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225A81 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3490129-
CMYK0.740.3000.49
HSL204.63º58.28%31.96%-
HSV(B)204.63º73.64%50.59%-
XYZ8.289.2422.12-
YUV77.7156.9596.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.44%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 129 (50.78% from 255) = 50.99%
R=13.44%
G=35.57%
B=50.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34901290.740.3000.49204.6358.2831.96
Hex225A814A1E031cd3a20
Octal42132201112360613157240
Binary100010101101010000001100101011110011000111001101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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