#225F83

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

Shades of Bahama Blue #225F83

Tints of Bahama Blue #225F83

Color information

#225F83 (or 0x225F83) is unknown color: approx Bahama Blue. HEX triplet: 22, 5F and 83. RGB value is (34,95,131). Sum of RGB (Red+Green+Blue) = 34+95+131=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #225F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225F83 is #DDA07C. Grayscale: #505050. Windows color (decimal): -14524541 or 8609570. OLE color: 8609570.

HSL color Cylindrical-coordinate representation of color #225F83: hue angle of 202.27º degrees, saturation: 0.59, 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 #225F83 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3495131-
CMYK0.740.2700.49
HSL202.27º58.79%32.35%-
HSV(B)202.27º74.05%51.37%-
XYZ8.8510.1622.97-
YUV80.86156.2994.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.08%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 131 (51.56% from 255) = 50.38%
R=13.08%
G=36.54%
B=50.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34951310.740.2700.49202.2758.7932.35
Hex225F834A1B031ca3b20
Octal42137203112330613127340
Binary100010101111110000011100101011011011000111001010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,95,131); }

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

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

 a { background-color: rgb(34,95,131); }

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

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

 span { border-color: rgb(34,95,131); }

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