#235E82

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

Shades of Bahama Blue #235E82

Tints of Bahama Blue #235E82

Color information

#235E82 (or 0x235E82) is unknown color: approx Bahama Blue. HEX triplet: 23, 5E and 82. RGB value is (35,94,130). Sum of RGB (Red+Green+Blue) = 35+94+130=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #235E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235E82 is #DCA17D. Grayscale: #505050. Windows color (decimal): -14459262 or 8543779. OLE color: 8543779.

HSL color Cylindrical-coordinate representation of color #235E82: hue angle of 202.74º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #235E82 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3594130-
CMYK0.730.2800.49
HSL202.74º57.58%32.35%-
HSV(B)202.74º73.08%50.98%-
XYZ8.739.9722.58-
YUV80.46155.9595.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.51%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 130 (51.17% from 255) = 50.19%
R=13.51%
G=36.29%
B=50.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35941300.730.2800.49202.7457.5832.35
Hex235E82491C031cb3a20
Octal43136202111340613137240
Binary100011101111010000010100100111100011000111001011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,94,130); }

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

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

 a { background-color: rgb(35,94,130); }

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

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

 span { border-color: rgb(35,94,130); }

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