#235685

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

Shades of Bahama Blue #235685

Tints of Bahama Blue #235685

Color information

#235685 (or 0x235685) is unknown color: approx Bahama Blue. HEX triplet: 23, 56 and 85. RGB value is (35,86,133). Sum of RGB (Red+Green+Blue) = 35+86+133=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #235685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235685 is #DCA97A. Grayscale: #4B4B4B. Windows color (decimal): -14461307 or 8738339. OLE color: 8738339.

HSL color Cylindrical-coordinate representation of color #235685: hue angle of 208.78º degrees, saturation: 0.58, 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 #235685 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3586133-
CMYK0.740.3500.48
HSL208.78º58.33%32.94%-
HSV(B)208.78º73.68%52.16%-
XYZ8.258.7123.44-
YUV76.11160.198.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.78%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 133 (52.34% from 255) = 52.36%
R=13.78%
G=33.86%
B=52.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35861330.740.3500.48208.7858.3332.94
Hex2356854A23030d13a21
Octal43126205112430603217241
Binary1000111010110100001011001010100011011000011010001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235685; }

 p { color: rgb(35,86,133); }

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

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

 a { background-color: rgb(35,86,133); }

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

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

 span { border-color: rgb(35,86,133); }

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