#23567A

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

Shades of Bahama Blue #23567A

Tints of Bahama Blue #23567A

Color information

#23567A (or 0x23567A) is unknown color: approx Bahama Blue. HEX triplet: 23, 56 and 7A. RGB value is (35,86,122). Sum of RGB (Red+Green+Blue) = 35+86+122=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #23567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23567A is #DCA985. Grayscale: #4A4A4A. Windows color (decimal): -14461318 or 8017443. OLE color: 8017443.

HSL color Cylindrical-coordinate representation of color #23567A: hue angle of 204.83º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23567A is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3586122-
CMYK0.710.3000.52
HSL204.83º55.41%30.78%-
HSV(B)204.83º71.31%47.84%-
XYZ7.538.4219.64-
YUV74.86154.699.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=14.40%
G=35.39%
B=50.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35861220.710.3000.52204.8355.4130.78
Hex23567A471E034cd371f
Octal43126172107360643156737
Binary1000111010110111101010001111111001101001100110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23567A; }

 p { color: rgb(35,86,122); }

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

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

 a { background-color: rgb(35,86,122); }

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

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

 span { border-color: rgb(35,86,122); }

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