Html Css Color HEX #255981 Bahama Blue

📋 copy color: '#255981'

red 37 ◦ green 89 ◦ blue 129

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

Shades of Bahama Blue #255981

Tints of Bahama Blue #255981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

 BLUE value IS 129 (50.78% from 255) = 50.59%

R = 14.51%
G = 34.9%
B = 50.59%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#255981 (or 0x255981) is known color: Bahama Blue. HEX triplet: 25, 59 and 81. RGB value is (37,89,129). Sum of RGB (Red+Green+Blue) = 37+89+129=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #255981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255981 is #DAA67E. Grayscale: #4D4D4D. Windows color (decimal): -14329471 or 8476965. OLE color: 8476965.

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

Color convert

RGB 37 89 129 -
CMYK 0.71 0.31 0 0.49
HSL 206.09º 0.55% 0.33% -
HSV(B) 206.09º 0.71% 0.51% -
XYZ 8.3 9.12 22.09 -
YUV 78.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 37 89 129 0.71 0.31 0 0.49 206.09 0.55 0.33
Hex 25 59 81 47 1F 0 31 CE 37 21
Octal 45 131 201 107 37 0 61 316 67 41
Binary 100101 1011001 10000001 1000111 11111 0 110001 11001110 110111 100001

Color Harmonies of #255981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255981

Black with #255981

Text Example


Text Example

White with #255981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255981; }

 p { color: rgb(37,89,129); }

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

background-color css

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

 a { background-color: rgb(37,89,129); }

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

border-color css

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

 span { border-color: rgb(37,89,129); }

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