Html Css Color HEX #255B83 Bahama Blue

📋 copy color: '#255B83'

red 37 ◦ green 91 ◦ blue 131

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

Shades of Bahama Blue #255B83

Tints of Bahama Blue #255B83

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.14%

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

R = 14.29%
G = 35.14%
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

#255B83 (or 0x255B83) is known color: Bahama Blue. HEX triplet: 25, 5B and 83. RGB value is (37,91,131). Sum of RGB (Red+Green+Blue) = 37+91+131=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #255B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B83 is #DAA47C. Grayscale: #4F4F4F. Windows color (decimal): -14328957 or 8608549. OLE color: 8608549.

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

Color convert

RGB 37 91 131 -
CMYK 0.72 0.31 0 0.49
HSL 205.53º 0.56% 0.33% -
HSV(B) 205.53º 0.72% 0.51% -
XYZ 8.6 9.51 22.86 -
YUV 79.41 157.11 97.75 -
System Red Green Blue C M Y K H S L
Decimal 37 91 131 0.72 0.31 0 0.49 205.53 0.56 0.33
Hex 25 5B 83 48 1F 0 31 CE 38 21
Octal 45 133 203 110 37 0 61 316 70 41
Binary 100101 1011011 10000011 1001000 11111 0 110001 11001110 111000 100001

Color Harmonies of #255B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B83

Black with #255B83

Text Example


Text Example

White with #255B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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