#225c84

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

Shades of Bahama Blue #225C84

Tints of Bahama Blue #225C84

Color information

#225C84 (or 0x225C84) is unknown color: approx Bahama Blue. HEX triplet: 22, 5C and 84. RGB value is (34,92,132). Sum of RGB (Red+Green+Blue) = 34+92+132=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #225C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225C84 is #DDA37B. Grayscale: #4E4E4E. Windows color (decimal): -14525308 or 8674338. OLE color: 8674338.

HSL color Cylindrical-coordinate representation of color #225C84: hue angle of 204.49º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225C84 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3492132-
CMYK0.740.3000.48
HSL204.49º59.04%32.55%-
HSV(B)204.49º74.24%51.76%-
XYZ8.659.6623.24-
YUV79.22157.7895.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.18%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 132 (51.95% from 255) = 51.16%
R=13.18%
G=35.66%
B=51.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34921320.740.3000.48204.4959.0432.55
Hex225C844A1E030cc3b21
Octal42134204112360603147341
Binary100010101110010000100100101011110011000011001100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225c84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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