Html Css Color HEX #255A82 Bahama Blue

📋 copy color: '#255A82'

red 37 ◦ green 90 ◦ blue 130

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

Shades of Bahama Blue #255A82

Tints of Bahama Blue #255A82

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.02%

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

R = 14.4%
G = 35.02%
B = 50.58%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#255A82 (or 0x255A82) is known color: Bahama Blue. HEX triplet: 25, 5A and 82. RGB value is (37,90,130). Sum of RGB (Red+Green+Blue) = 37+90+130=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #255A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A82 is #DAA57D. Grayscale: #4E4E4E. Windows color (decimal): -14329214 or 8542757. OLE color: 8542757.

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

Color convert

RGB 37 90 130 -
CMYK 0.72 0.31 0 0.49
HSL 205.81º 0.56% 0.33% -
HSV(B) 205.81º 0.72% 0.51% -
XYZ 8.45 9.32 22.47 -
YUV 78.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 37 90 130 0.72 0.31 0 0.49 205.81 0.56 0.33
Hex 25 5A 82 48 1F 0 31 CE 38 21
Octal 45 132 202 110 37 0 61 316 70 41
Binary 100101 1011010 10000010 1001000 11111 0 110001 11001110 111000 100001

Color Harmonies of #255A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A82

Black with #255A82

Text Example


Text Example

White with #255A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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