Html Css Color HEX #28587B Bahama Blue

📋 copy color: '#28587B'

red 40 ◦ green 88 ◦ blue 123

#28587B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #28587B

Tints of Bahama Blue #28587B

RGB

 RED value IS 40 (16.02% from 255) = 15.94%

 GREEN value IS 88 (34.77% from 255) = 35.06%

 BLUE value IS 123 (48.44% from 255) = 49%

R = 15.94%
G = 35.06%
B = 49%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28587B (or 0x28587B) is known color: Bahama Blue. HEX triplet: 28, 58 and 7B. RGB value is (40,88,123). Sum of RGB (Red+Green+Blue) = 40+88+123=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #28587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28587B is #D7A784. Grayscale: #4D4D4D. Windows color (decimal): -14133125 or 8083496. OLE color: 8083496.

HSL color Cylindrical-coordinate representation of color #28587B: hue angle of 205.3º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28587B is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 88 123 -
CMYK 0.67 0.28 0 0.52
HSL 205.3º 0.51% 0.32% -
HSV(B) 205.3º 0.67% 0.48% -
XYZ 7.94 8.86 20.03 -
YUV 77.64 153.6 101.15 -
System Red Green Blue C M Y K H S L
Decimal 40 88 123 0.67 0.28 0 0.52 205.3 0.51 0.32
Hex 28 58 7B 43 1C 0 34 CD 33 20
Octal 50 130 173 103 34 0 64 315 63 40
Binary 101000 1011000 1111011 1000011 11100 0 110100 11001101 110011 100000

Color Harmonies of #28587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28587B

Black with #28587B

Text Example


Text Example

White with #28587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28587B; }

 p { color: rgb(40,88,123); }

 H1.HeaderClassName
 {
   color: #28587B;
 }
 .AnyTagClassName
 {
   color: #28587B;
 }
</style>

background-color css

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

 a { background-color: rgb(40,88,123); }

 div.DivClassName
 {
   background-color: #28587B;
 }
 .BgClassName
 {
   background-color: #28587B;
 }
</style>

border-color css

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

 span { border-color: rgb(40,88,123); }

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