Html Css Color HEX #256485 Bahama Blue

📋 copy color: '#256485'

red 37 ◦ green 100 ◦ blue 133

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

Shades of Bahama Blue #256485

Tints of Bahama Blue #256485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.04%

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

R = 13.7%
G = 37.04%
B = 49.26%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256485 (or 0x256485) is known color: Bahama Blue. HEX triplet: 25, 64 and 85. RGB value is (37,100,133). Sum of RGB (Red+Green+Blue) = 37+100+133=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #256485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256485 is #DA9B7A. Grayscale: #545454. Windows color (decimal): -14326651 or 8741925. OLE color: 8741925.

HSL color Cylindrical-coordinate representation of color #256485: hue angle of 200.62º 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 #256485 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 100 133 -
CMYK 0.72 0.25 0 0.48
HSL 200.63º 0.56% 0.33% -
HSV(B) 200.63º 0.72% 0.52% -
XYZ 9.55 11.2 23.85 -
YUV 84.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 37 100 133 0.72 0.25 0 0.48 200.63 0.56 0.33
Hex 25 64 85 48 19 0 30 C9 38 21
Octal 45 144 205 110 31 0 60 311 70 41
Binary 100101 1100100 10000101 1001000 11001 0 110000 11001001 111000 100001

Color Harmonies of #256485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256485

Black with #256485

Text Example


Text Example

White with #256485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256485; }

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

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

background-color css

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

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

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

border-color css

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

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

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