#22557A

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

Shades of Bahama Blue #22557A

Tints of Bahama Blue #22557A

Color information

#22557A (or 0x22557A) is unknown color: approx Bahama Blue. HEX triplet: 22, 55 and 7A. RGB value is (34,85,122). Sum of RGB (Red+Green+Blue) = 34+85+122=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #22557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22557A is #DDAA85. Grayscale: #494949. Windows color (decimal): -14527110 or 8017186. OLE color: 8017186.

HSL color Cylindrical-coordinate representation of color #22557A: hue angle of 205.23º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #22557A is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3485122-
CMYK0.720.3000.52
HSL205.23º56.41%30.59%-
HSV(B)205.23º72.13%47.84%-
XYZ7.428.2419.61-
YUV73.97155.199.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.11%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 122 (48.05% from 255) = 50.62%
R=14.11%
G=35.27%
B=50.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34851220.720.3000.52205.2356.4130.59
Hex22557A481E034cd381f
Octal42125172110360643157037
Binary1000101010101111101010010001111001101001100110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22557A; }

 p { color: rgb(34,85,122); }

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

<style>
 a { background-color: #22557A; }

 a { background-color: rgb(34,85,122); }

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

<style>
 span { border-color: #22557A; }

 span { border-color: rgb(34,85,122); }

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