Html Css Color HEX #256486 Bahama Blue

📋 copy color: '#256486'

red 37 ◦ green 100 ◦ blue 134

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

Shades of Bahama Blue #256486

Tints of Bahama Blue #256486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.45%

R = 13.65%
G = 36.9%
B = 49.45%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#256486 (or 0x256486) is known color: Bahama Blue. HEX triplet: 25, 64 and 86. RGB value is (37,100,134). Sum of RGB (Red+Green+Blue) = 37+100+134=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #256486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256486 is #DA9B79. Grayscale: #545454. Windows color (decimal): -14326650 or 8807461. OLE color: 8807461.

HSL color Cylindrical-coordinate representation of color #256486: hue angle of 201.03º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256486 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 100 134 -
CMYK 0.72 0.25 0 0.47
HSL 201.03º 0.57% 0.34% -
HSV(B) 201.03º 0.72% 0.53% -
XYZ 9.62 11.23 24.21 -
YUV 85.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 37 100 134 0.72 0.25 0 0.47 201.03 0.57 0.34
Hex 25 64 86 48 19 0 2F C9 39 22
Octal 45 144 206 110 31 0 57 311 71 42
Binary 100101 1100100 10000110 1001000 11001 0 101111 11001001 111001 100010

Color Harmonies of #256486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256486

Black with #256486

Text Example


Text Example

White with #256486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256486; }

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

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

background-color css

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

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

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

border-color css

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

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

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