Html Css Color HEX #255682 Bahama Blue

📋 copy color: '#255682'

red 37 ◦ green 86 ◦ blue 130

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

Shades of Bahama Blue #255682

Tints of Bahama Blue #255682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.99%

 BLUE value IS 130 (51.17% from 255) = 51.38%

R = 14.62%
G = 33.99%
B = 51.38%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#255682 (or 0x255682) is known color: Bahama Blue. HEX triplet: 25, 56 and 82. RGB value is (37,86,130). Sum of RGB (Red+Green+Blue) = 37+86+130=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #255682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255682 is #DAA97D. Grayscale: #4C4C4C. Windows color (decimal): -14330238 or 8541733. OLE color: 8541733.

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

Color convert

RGB 37 86 130 -
CMYK 0.72 0.34 0 0.49
HSL 208.39º 0.56% 0.33% -
HSV(B) 208.39º 0.72% 0.51% -
XYZ 8.12 8.66 22.36 -
YUV 76.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 37 86 130 0.72 0.34 0 0.49 208.39 0.56 0.33
Hex 25 56 82 48 22 0 31 D0 38 21
Octal 45 126 202 110 42 0 61 320 70 41
Binary 100101 1010110 10000010 1001000 100010 0 110001 11010000 111000 100001

Color Harmonies of #255682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255682

Black with #255682

Text Example


Text Example

White with #255682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255682; }

 p { color: rgb(37,86,130); }

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

background-color css

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

 a { background-color: rgb(37,86,130); }

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

border-color css

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

 span { border-color: rgb(37,86,130); }

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