#23527E

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

Shades of Bahama Blue #23527E

Tints of Bahama Blue #23527E

Color information

#23527E (or 0x23527E) is unknown color: approx Bahama Blue. HEX triplet: 23, 52 and 7E. RGB value is (35,82,126). Sum of RGB (Red+Green+Blue) = 35+82+126=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #23527E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23527E is #DCAD81. Grayscale: #484848. Windows color (decimal): -14462338 or 8278563. OLE color: 8278563.

HSL color Cylindrical-coordinate representation of color #23527E: hue angle of 209.01º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23527E is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3582126-
CMYK0.720.3500.51
HSL209.01º56.52%31.57%-
HSV(B)209.01º72.22%49.41%-
XYZ7.487.920.87-
YUV72.96157.93100.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 126 (49.61% from 255) = 51.85%
R=14.40%
G=33.74%
B=51.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35821260.720.3500.51209.0156.5231.57
Hex23527E4823033d13920
Octal43122176110430633217140
Binary100011101001011111101001000100011011001111010001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23527E; }

 p { color: rgb(35,82,126); }

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

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

 a { background-color: rgb(35,82,126); }

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

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

 span { border-color: rgb(35,82,126); }

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