Html Css Color HEX #255883 Bahama Blue

📋 copy color: '#255883'

red 37 ◦ green 88 ◦ blue 131

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

Shades of Bahama Blue #255883

Tints of Bahama Blue #255883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.38%

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

R = 14.45%
G = 34.38%
B = 51.17%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#255883 (or 0x255883) is known color: Bahama Blue. HEX triplet: 25, 58 and 83. RGB value is (37,88,131). Sum of RGB (Red+Green+Blue) = 37+88+131=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #255883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255883 is #DAA77C. Grayscale: #4D4D4D. Windows color (decimal): -14329725 or 8607781. OLE color: 8607781.

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

Color convert

RGB 37 88 131 -
CMYK 0.72 0.33 0 0.49
HSL 207.45º 0.56% 0.33% -
HSV(B) 207.45º 0.72% 0.51% -
XYZ 8.35 9.01 22.77 -
YUV 77.65 158.1 99 -
System Red Green Blue C M Y K H S L
Decimal 37 88 131 0.72 0.33 0 0.49 207.45 0.56 0.33
Hex 25 58 83 48 21 0 31 CF 38 21
Octal 45 130 203 110 41 0 61 317 70 41
Binary 100101 1011000 10000011 1001000 100001 0 110001 11001111 111000 100001

Color Harmonies of #255883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255883

Black with #255883

Text Example


Text Example

White with #255883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255883; }

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

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

background-color css

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

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

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

border-color css

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

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

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