#226383

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

Shades of Bahama Blue #226383

Tints of Bahama Blue #226383

Color information

#226383 (or 0x226383) is unknown color: approx Bahama Blue. HEX triplet: 22, 63 and 83. RGB value is (34,99,131). Sum of RGB (Red+Green+Blue) = 34+99+131=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #226383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226383 is #DD9C7C. Grayscale: #535353. Windows color (decimal): -14523517 or 8610594. OLE color: 8610594.

HSL color Cylindrical-coordinate representation of color #226383: hue angle of 199.79º 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 #226383 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3499131-
CMYK0.740.2400.49
HSL199.79º58.79%32.35%-
HSV(B)199.79º74.05%51.37%-
XYZ9.2210.923.09-
YUV83.21154.9792.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.88%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 131 (51.56% from 255) = 49.62%
R=12.88%
G=37.5%
B=49.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34991310.740.2400.49199.7958.7932.35
Hex2263834A18031c83b20
Octal42143203112300613107340
Binary100010110001110000011100101011000011000111001000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226383; }

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

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

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

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

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

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

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

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