Html Css Color HEX #255779 Bahama Blue

📋 copy color: '#255779'

red 37 ◦ green 87 ◦ blue 121

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

Shades of Bahama Blue #255779

Tints of Bahama Blue #255779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.51%

 BLUE value IS 121 (47.66% from 255) = 49.39%

R = 15.1%
G = 35.51%
B = 49.39%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#255779 (or 0x255779) is known color: Bahama Blue. HEX triplet: 25, 57 and 79. RGB value is (37,87,121). Sum of RGB (Red+Green+Blue) = 37+87+121=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #255779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255779 is #DAA886. Grayscale: #4B4B4B. Windows color (decimal): -14329991 or 7952165. OLE color: 7952165.

HSL color Cylindrical-coordinate representation of color #255779: hue angle of 204.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255779 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 87 121 -
CMYK 0.69 0.28 0 0.53
HSL 204.29º 0.53% 0.31% -
HSV(B) 204.29º 0.69% 0.47% -
XYZ 7.62 8.59 19.35 -
YUV 75.93 153.44 100.24 -
System Red Green Blue C M Y K H S L
Decimal 37 87 121 0.69 0.28 0 0.53 204.29 0.53 0.31
Hex 25 57 79 45 1C 0 35 CC 35 1F
Octal 45 127 171 105 34 0 65 314 65 37
Binary 100101 1010111 1111001 1000101 11100 0 110101 11001100 110101 11111

Color Harmonies of #255779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255779

Black with #255779

Text Example


Text Example

White with #255779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255779; }

 p { color: rgb(37,87,121); }

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

background-color css

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

 a { background-color: rgb(37,87,121); }

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

border-color css

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

 span { border-color: rgb(37,87,121); }

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