Html Css Color HEX #255A83 Bahama Blue

📋 copy color: '#255A83'

red 37 ◦ green 90 ◦ blue 131

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

Shades of Bahama Blue #255A83

Tints of Bahama Blue #255A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.78%

R = 14.34%
G = 34.88%
B = 50.78%

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

#255A83 (or 0x255A83) is known color: Bahama Blue. HEX triplet: 25, 5A and 83. RGB value is (37,90,131). Sum of RGB (Red+Green+Blue) = 37+90+131=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #255A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A83 is #DAA57C. Grayscale: #4E4E4E. Windows color (decimal): -14329213 or 8608293. OLE color: 8608293.

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

Color convert

RGB 37 90 131 -
CMYK 0.72 0.31 0 0.49
HSL 206.17º 0.56% 0.33% -
HSV(B) 206.17º 0.72% 0.51% -
XYZ 8.52 9.34 22.83 -
YUV 78.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 37 90 131 0.72 0.31 0 0.49 206.17 0.56 0.33
Hex 25 5A 83 48 1F 0 31 CE 38 21
Octal 45 132 203 110 37 0 61 316 70 41
Binary 100101 1011010 10000011 1001000 11111 0 110001 11001110 111000 100001

Color Harmonies of #255A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A83

Black with #255A83

Text Example


Text Example

White with #255A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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