Html Css Color HEX #256286 Bahama Blue

📋 copy color: '#256286'

red 37 ◦ green 98 ◦ blue 134

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

Shades of Bahama Blue #256286

Tints of Bahama Blue #256286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.43%

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

R = 13.75%
G = 36.43%
B = 49.81%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#256286 (or 0x256286) is known color: Bahama Blue. HEX triplet: 25, 62 and 86. RGB value is (37,98,134). Sum of RGB (Red+Green+Blue) = 37+98+134=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #256286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256286 is #DA9D79. Grayscale: #535353. Windows color (decimal): -14327162 or 8806949. OLE color: 8806949.

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

Color convert

RGB 37 98 134 -
CMYK 0.72 0.27 0 0.47
HSL 202.27º 0.57% 0.34% -
HSV(B) 202.27º 0.72% 0.53% -
XYZ 9.43 10.85 24.15 -
YUV 83.87 156.29 94.57 -
System Red Green Blue C M Y K H S L
Decimal 37 98 134 0.72 0.27 0 0.47 202.27 0.57 0.34
Hex 25 62 86 48 1B 0 2F CA 39 22
Octal 45 142 206 110 33 0 57 312 71 42
Binary 100101 1100010 10000110 1001000 11011 0 101111 11001010 111001 100010

Color Harmonies of #256286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256286

Black with #256286

Text Example


Text Example

White with #256286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256286; }

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

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

background-color css

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

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

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

border-color css

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

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

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