Html Css Color HEX #255280 Bahama Blue

📋 copy color: '#255280'

red 37 ◦ green 82 ◦ blue 128

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

Shades of Bahama Blue #255280

Tints of Bahama Blue #255280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

 BLUE value IS 128 (50.39% from 255) = 51.82%

R = 14.98%
G = 33.2%
B = 51.82%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#255280 (or 0x255280) is known color: Bahama Blue. HEX triplet: 25, 52 and 80. RGB value is (37,82,128). Sum of RGB (Red+Green+Blue) = 37+82+128=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #255280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255280 is #DAAD7F. Grayscale: #494949. Windows color (decimal): -14331264 or 8409637. OLE color: 8409637.

HSL color Cylindrical-coordinate representation of color #255280: hue angle of 210.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #255280 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 82 128 -
CMYK 0.71 0.36 0 0.50
HSL 210.33º 0.55% 0.32% -
HSV(B) 210.33º 0.71% 0.5% -
XYZ 7.68 7.99 21.56 -
YUV 73.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 37 82 128 0.71 0.36 0 0.50 210.33 0.55 0.32
Hex 25 52 80 47 24 0 32 D2 37 20
Octal 45 122 200 107 44 0 62 322 67 40
Binary 100101 1010010 10000000 1000111 100100 0 110010 11010010 110111 100000

Color Harmonies of #255280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255280

Black with #255280

Text Example


Text Example

White with #255280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255280; }

 p { color: rgb(37,82,128); }

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

background-color css

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

 a { background-color: rgb(37,82,128); }

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

border-color css

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

 span { border-color: rgb(37,82,128); }

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