Html Css Color HEX #256585 Bahama Blue

📋 copy color: '#256585'

red 37 ◦ green 101 ◦ blue 133

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

Shades of Bahama Blue #256585

Tints of Bahama Blue #256585

RGB

 RED value IS 37 (14.84% from 255) = 13.65%

 GREEN value IS 101 (39.84% from 255) = 37.27%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 13.65%
G = 37.27%
B = 49.08%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256585 (or 0x256585) is known color: Bahama Blue. HEX triplet: 25, 65 and 85. RGB value is (37,101,133). Sum of RGB (Red+Green+Blue) = 37+101+133=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #256585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256585 is #DA9A7A. Grayscale: #555555. Windows color (decimal): -14326395 or 8742181. OLE color: 8742181.

HSL color Cylindrical-coordinate representation of color #256585: hue angle of 200º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256585 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 101 133 -
CMYK 0.72 0.24 0 0.48
HSL 200º 0.56% 0.33% -
HSV(B) 200º 0.72% 0.52% -
XYZ 9.65 11.39 23.88 -
YUV 85.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 37 101 133 0.72 0.24 0 0.48 200 0.56 0.33
Hex 25 65 85 48 18 0 30 C8 38 21
Octal 45 145 205 110 30 0 60 310 70 41
Binary 100101 1100101 10000101 1001000 11000 0 110000 11001000 111000 100001

Color Harmonies of #256585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256585

Black with #256585

Text Example


Text Example

White with #256585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256585; }

 p { color: rgb(37,101,133); }

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

background-color css

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

 a { background-color: rgb(37,101,133); }

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

border-color css

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

 span { border-color: rgb(37,101,133); }

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