#245C83

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

Shades of Bahama Blue #245C83

Tints of Bahama Blue #245C83

Color information

#245C83 (or 0x245C83) is unknown color: approx Bahama Blue. HEX triplet: 24, 5C and 83. RGB value is (36,92,131). Sum of RGB (Red+Green+Blue) = 36+92+131=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #245C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C83 is #DBA37C. Grayscale: #4F4F4F. Windows color (decimal): -14394237 or 8608804. OLE color: 8608804.

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

Color convert

RGB3692131-
CMYK0.730.3000.49
HSL204.63º56.89%32.75%-
HSV(B)204.63º72.52%51.37%-
XYZ8.659.6722.88-
YUV79.7156.9596.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.90%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 131 (51.56% from 255) = 50.58%
R=13.90%
G=35.52%
B=50.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36921310.730.3000.49204.6356.8932.75
Hex245C83491E031cd3921
Octal44134203111360613157141
Binary100100101110010000011100100111110011000111001101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245C83; }

 p { color: rgb(36,92,131); }

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

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

 a { background-color: rgb(36,92,131); }

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

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

 span { border-color: rgb(36,92,131); }

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