#235080

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

Shades of Bahama Blue #235080

Tints of Bahama Blue #235080

Color information

#235080 (or 0x235080) is unknown color: approx Bahama Blue. HEX triplet: 23, 50 and 80. RGB value is (35,80,128). Sum of RGB (Red+Green+Blue) = 35+80+128=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #235080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235080 is #DCAF7F. Grayscale: #474747. Windows color (decimal): -14462848 or 8409123. OLE color: 8409123.

HSL color Cylindrical-coordinate representation of color #235080: hue angle of 210.97º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #235080 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3580128-
CMYK0.730.3800.50
HSL210.97º57.06%31.96%-
HSV(B)210.97º72.66%50.2%-
XYZ7.467.6521.51-
YUV72.02159.59101.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 128 (50.39% from 255) = 52.67%
R=14.40%
G=32.92%
B=52.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35801280.730.3800.50210.9757.0631.96
Hex2350804926032d33920
Octal43120200111460623237140
Binary1000111010000100000001001001100110011001011010011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235080; }

 p { color: rgb(35,80,128); }

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

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

 a { background-color: rgb(35,80,128); }

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

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

 span { border-color: rgb(35,80,128); }

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