Html Css Color HEX #255982 Bahama Blue

📋 copy color: '#255982'

red 37 ◦ green 89 ◦ blue 130

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

Shades of Bahama Blue #255982

Tints of Bahama Blue #255982

RGB

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

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

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

R = 14.45%
G = 34.77%
B = 50.78%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#255982 (or 0x255982) is known color: Bahama Blue. HEX triplet: 25, 59 and 82. RGB value is (37,89,130). Sum of RGB (Red+Green+Blue) = 37+89+130=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #255982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255982 is #DAA67D. Grayscale: #4D4D4D. Windows color (decimal): -14329470 or 8542501. OLE color: 8542501.

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

Color convert

RGB 37 89 130 -
CMYK 0.72 0.32 0 0.49
HSL 206.45º 0.56% 0.33% -
HSV(B) 206.45º 0.72% 0.51% -
XYZ 8.36 9.15 22.44 -
YUV 78.13 157.27 98.67 -
System Red Green Blue C M Y K H S L
Decimal 37 89 130 0.72 0.32 0 0.49 206.45 0.56 0.33
Hex 25 59 82 48 20 0 31 CE 38 21
Octal 45 131 202 110 40 0 61 316 70 41
Binary 100101 1011001 10000010 1001000 100000 0 110001 11001110 111000 100001

Color Harmonies of #255982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255982

Black with #255982

Text Example


Text Example

White with #255982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255982; }

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

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

background-color css

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

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

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

border-color css

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

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

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