Html Css Color HEX #255582 Bahama Blue

📋 copy color: '#255582'

red 37 ◦ green 85 ◦ blue 130

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

Shades of Bahama Blue #255582

Tints of Bahama Blue #255582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

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

R = 14.68%
G = 33.73%
B = 51.59%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#255582 (or 0x255582) is known color: Bahama Blue. HEX triplet: 25, 55 and 82. RGB value is (37,85,130). Sum of RGB (Red+Green+Blue) = 37+85+130=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #255582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255582 is #DAAA7D. Grayscale: #4B4B4B. Windows color (decimal): -14330494 or 8541477. OLE color: 8541477.

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

Color convert

RGB 37 85 130 -
CMYK 0.72 0.35 0 0.49
HSL 209.03º 0.56% 0.33% -
HSV(B) 209.03º 0.72% 0.51% -
XYZ 8.04 8.5 22.34 -
YUV 75.78 158.6 100.34 -
System Red Green Blue C M Y K H S L
Decimal 37 85 130 0.72 0.35 0 0.49 209.03 0.56 0.33
Hex 25 55 82 48 23 0 31 D1 38 21
Octal 45 125 202 110 43 0 61 321 70 41
Binary 100101 1010101 10000010 1001000 100011 0 110001 11010001 111000 100001

Color Harmonies of #255582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255582

Black with #255582

Text Example


Text Example

White with #255582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255582; }

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

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

background-color css

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

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

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

border-color css

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

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

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