#235684

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

Shades of Bahama Blue #235684

Tints of Bahama Blue #235684

Color information

#235684 (or 0x235684) is unknown color: approx Bahama Blue. HEX triplet: 23, 56 and 84. RGB value is (35,86,132). Sum of RGB (Red+Green+Blue) = 35+86+132=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #235684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235684 is #DCA97B. Grayscale: #4B4B4B. Windows color (decimal): -14461308 or 8672803. OLE color: 8672803.

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

Color convert

RGB3586132-
CMYK0.730.3500.48
HSL208.45º58.08%32.75%-
HSV(B)208.45º73.48%51.76%-
XYZ8.198.6823.07-
YUV76159.698.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 132 (51.95% from 255) = 52.17%
R=13.83%
G=33.99%
B=52.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35861320.730.3500.48208.4558.0832.75
Hex2356844923030d03a21
Octal43126204111430603207241
Binary1000111010110100001001001001100011011000011010000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235684; }

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

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

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

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

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

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

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

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