Html Css Color HEX #256386 Bahama Blue

📋 copy color: '#256386'

red 37 ◦ green 99 ◦ blue 134

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

Shades of Bahama Blue #256386

Tints of Bahama Blue #256386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

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

R = 13.7%
G = 36.67%
B = 49.63%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#256386 (or 0x256386) is known color: Bahama Blue. HEX triplet: 25, 63 and 86. RGB value is (37,99,134). Sum of RGB (Red+Green+Blue) = 37+99+134=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #256386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256386 is #DA9C79. Grayscale: #545454. Windows color (decimal): -14326906 or 8807205. OLE color: 8807205.

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

Color convert

RGB 37 99 134 -
CMYK 0.72 0.26 0 0.47
HSL 201.65º 0.57% 0.34% -
HSV(B) 201.65º 0.72% 0.53% -
XYZ 9.53 11.04 24.18 -
YUV 84.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 37 99 134 0.72 0.26 0 0.47 201.65 0.57 0.34
Hex 25 63 86 48 1A 0 2F CA 39 22
Octal 45 143 206 110 32 0 57 312 71 42
Binary 100101 1100011 10000110 1001000 11010 0 101111 11001010 111001 100010

Color Harmonies of #256386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256386

Black with #256386

Text Example


Text Example

White with #256386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256386; }

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

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

background-color css

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

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

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

border-color css

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

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

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