Html Css Color HEX #255E82 Bahama Blue

📋 copy color: '#255E82'

red 37 ◦ green 94 ◦ blue 130

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

Shades of Bahama Blue #255E82

Tints of Bahama Blue #255E82

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.02%

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

R = 14.18%
G = 36.02%
B = 49.81%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#255E82 (or 0x255E82) is known color: Bahama Blue. HEX triplet: 25, 5E and 82. RGB value is (37,94,130). Sum of RGB (Red+Green+Blue) = 37+94+130=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #255E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255E82 is #DAA17D. Grayscale: #505050. Windows color (decimal): -14328190 or 8543781. OLE color: 8543781.

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

Color convert

RGB 37 94 130 -
CMYK 0.72 0.28 0 0.49
HSL 203.23º 0.56% 0.33% -
HSV(B) 203.23º 0.72% 0.51% -
XYZ 8.79 10.01 22.59 -
YUV 81.06 155.62 96.57 -
System Red Green Blue C M Y K H S L
Decimal 37 94 130 0.72 0.28 0 0.49 203.23 0.56 0.33
Hex 25 5E 82 48 1C 0 31 CB 38 21
Octal 45 136 202 110 34 0 61 313 70 41
Binary 100101 1011110 10000010 1001000 11100 0 110001 11001011 111000 100001

Color Harmonies of #255E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255E82

Black with #255E82

Text Example


Text Example

White with #255E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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