Html Css Color HEX #255A85 Bahama Blue

📋 copy color: '#255A85'

red 37 ◦ green 90 ◦ blue 133

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

Shades of Bahama Blue #255A85

Tints of Bahama Blue #255A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.15%

R = 14.23%
G = 34.62%
B = 51.15%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#255A85 (or 0x255A85) is known color: Bahama Blue. HEX triplet: 25, 5A and 85. RGB value is (37,90,133). Sum of RGB (Red+Green+Blue) = 37+90+133=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #255A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A85 is #DAA57A. Grayscale: #4E4E4E. Windows color (decimal): -14329211 or 8739365. OLE color: 8739365.

HSL color Cylindrical-coordinate representation of color #255A85: hue angle of 206.88º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255A85 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 90 133 -
CMYK 0.72 0.32 0 0.48
HSL 206.88º 0.56% 0.33% -
HSV(B) 206.88º 0.72% 0.52% -
XYZ 8.65 9.4 23.55 -
YUV 79.06 158.44 98 -
System Red Green Blue C M Y K H S L
Decimal 37 90 133 0.72 0.32 0 0.48 206.88 0.56 0.33
Hex 25 5A 85 48 20 0 30 CF 38 21
Octal 45 132 205 110 40 0 60 317 70 41
Binary 100101 1011010 10000101 1001000 100000 0 110000 11001111 111000 100001

Color Harmonies of #255A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A85

Black with #255A85

Text Example


Text Example

White with #255A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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