#235C83

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

Shades of Bahama Blue #235C83

Tints of Bahama Blue #235C83

Color information

#235C83 (or 0x235C83) is unknown color: approx Bahama Blue. HEX triplet: 23, 5C and 83. RGB value is (35,92,131). Sum of RGB (Red+Green+Blue) = 35+92+131=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #235C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235C83 is #DCA37C. Grayscale: #4F4F4F. Windows color (decimal): -14459773 or 8608803. OLE color: 8608803.

HSL color Cylindrical-coordinate representation of color #235C83: hue angle of 204.38º degrees, saturation: 0.58, 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 #235C83 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3592131-
CMYK0.730.3000.49
HSL204.38º57.83%32.55%-
HSV(B)204.38º73.28%51.37%-
XYZ8.629.6522.88-
YUV79.4157.1296.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.57%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 131 (51.56% from 255) = 50.78%
R=13.57%
G=35.66%
B=50.78%

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
Decimal35921310.730.3000.49204.3857.8332.55
Hex235C83491E031cc3a21
Octal43134203111360613147241
Binary100011101110010000011100100111110011000111001100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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