#245884

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

Shades of Bahama Blue #245884

Tints of Bahama Blue #245884

Color information

#245884 (or 0x245884) is unknown color: approx Bahama Blue. HEX triplet: 24, 58 and 84. RGB value is (36,88,132). Sum of RGB (Red+Green+Blue) = 36+88+132=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #245884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245884 is #DBA77B. Grayscale: #4D4D4D. Windows color (decimal): -14395260 or 8673316. OLE color: 8673316.

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

Color convert

RGB3688132-
CMYK0.730.3300.48
HSL207.5º57.14%32.94%-
HSV(B)207.5º72.73%51.76%-
XYZ8.389.0223.13-
YUV77.47158.7798.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.06%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=14.06%
G=34.38%
B=51.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36881320.730.3300.48207.557.1432.94
Hex2458844921030d03921
Octal44130204111410603207141
Binary1001001011000100001001001001100001011000011010000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245884; }

 p { color: rgb(36,88,132); }

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

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

 a { background-color: rgb(36,88,132); }

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

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

 span { border-color: rgb(36,88,132); }

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