#225C7D

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

Shades of Bahama Blue #225C7D

Tints of Bahama Blue #225C7D

Color information

#225C7D (or 0x225C7D) is unknown color: approx Bahama Blue. HEX triplet: 22, 5C and 7D. RGB value is (34,92,125). Sum of RGB (Red+Green+Blue) = 34+92+125=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #225C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225C7D is #DDA382. Grayscale: #4E4E4E. Windows color (decimal): -14525315 or 8215586. OLE color: 8215586.

HSL color Cylindrical-coordinate representation of color #225C7D: hue angle of 201.76º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #225C7D is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3492125-
CMYK0.730.2600.51
HSL201.76º57.23%31.18%-
HSV(B)201.76º72.8%49.02%-
XYZ8.199.4820.8-
YUV78.42154.2896.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.55%
GREEN value IS 92 (36.33% from 255) = 36.65%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=13.55%
G=36.65%
B=49.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34921250.730.2600.51201.7657.2331.18
Hex225C7D491A033ca391f
Octal42134175111320633127137
Binary1000101011100111110110010011101001100111100101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,92,125); }

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

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

 a { background-color: rgb(34,92,125); }

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

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

 span { border-color: rgb(34,92,125); }

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