Html Css Color HEX #255181 Bahama Blue

📋 copy color: '#255181'

red 37 ◦ green 81 ◦ blue 129

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

Shades of Bahama Blue #255181

Tints of Bahama Blue #255181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

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

R = 14.98%
G = 32.79%
B = 52.23%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#255181 (or 0x255181) is known color: Bahama Blue. HEX triplet: 25, 51 and 81. RGB value is (37,81,129). Sum of RGB (Red+Green+Blue) = 37+81+129=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #255181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255181 is #DAAE7E. Grayscale: #494949. Windows color (decimal): -14331519 or 8474917. OLE color: 8474917.

HSL color Cylindrical-coordinate representation of color #255181: hue angle of 211.3º 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 #255181 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 81 129 -
CMYK 0.71 0.37 0 0.49
HSL 211.3º 0.55% 0.33% -
HSV(B) 211.3º 0.71% 0.51% -
XYZ 7.67 7.86 21.88 -
YUV 73.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 37 81 129 0.71 0.37 0 0.49 211.3 0.55 0.33
Hex 25 51 81 47 25 0 31 D3 37 21
Octal 45 121 201 107 45 0 61 323 67 41
Binary 100101 1010001 10000001 1000111 100101 0 110001 11010011 110111 100001

Color Harmonies of #255181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255181

Black with #255181

Text Example


Text Example

White with #255181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255181; }

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

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

background-color css

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

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

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

border-color css

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

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

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