#236382

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

Shades of Bahama Blue #236382

Tints of Bahama Blue #236382

Color information

#236382 (or 0x236382) is unknown color: approx Bahama Blue. HEX triplet: 23, 63 and 82. RGB value is (35,99,130). Sum of RGB (Red+Green+Blue) = 35+99+130=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #236382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236382 is #DC9C7D. Grayscale: #535353. Windows color (decimal): -14457982 or 8545059. OLE color: 8545059.

HSL color Cylindrical-coordinate representation of color #236382: hue angle of 199.58º 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 #236382 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3599130-
CMYK0.730.2400.49
HSL199.58º57.58%32.35%-
HSV(B)199.58º73.08%50.98%-
XYZ9.1810.8922.74-
YUV83.4154.393.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.26%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 130 (51.17% from 255) = 49.24%
R=13.26%
G=37.5%
B=49.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35991300.730.2400.49199.5857.5832.35
Hex2363824918031c83a20
Octal43143202111300613107240
Binary100011110001110000010100100111000011000111001000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236382; }

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

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

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

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

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

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

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

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