#235C84

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

Shades of Bahama Blue #235C84

Tints of Bahama Blue #235C84

Color information

#235C84 (or 0x235C84) is unknown color: approx Bahama Blue. HEX triplet: 23, 5C and 84. RGB value is (35,92,132). Sum of RGB (Red+Green+Blue) = 35+92+132=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #235C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235C84 is #DCA37B. Grayscale: #4F4F4F. Windows color (decimal): -14459772 or 8674339. OLE color: 8674339.

HSL color Cylindrical-coordinate representation of color #235C84: hue angle of 204.74º 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 #235C84 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3592132-
CMYK0.730.3000.48
HSL204.74º58.08%32.75%-
HSV(B)204.74º73.48%51.76%-
XYZ8.699.6823.24-
YUV79.52157.6296.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.51%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=13.51%
G=35.52%
B=50.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35921320.730.3000.48204.7458.0832.75
Hex235C84491E030cd3a21
Octal43134204111360603157241
Binary100011101110010000100100100111110011000011001101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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