Html Css Color HEX #255B84 Bahama Blue

📋 copy color: '#255B84'

red 37 ◦ green 91 ◦ blue 132

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

Shades of Bahama Blue #255B84

Tints of Bahama Blue #255B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50.77%

R = 14.23%
G = 35%
B = 50.77%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#255B84 (or 0x255B84) is known color: Bahama Blue. HEX triplet: 25, 5B and 84. RGB value is (37,91,132). Sum of RGB (Red+Green+Blue) = 37+91+132=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #255B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B84 is #DAA47B. Grayscale: #4F4F4F. Windows color (decimal): -14328956 or 8674085. OLE color: 8674085.

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

Color convert

RGB 37 91 132 -
CMYK 0.72 0.31 0 0.48
HSL 205.89º 0.56% 0.33% -
HSV(B) 205.89º 0.72% 0.52% -
XYZ 8.67 9.54 23.21 -
YUV 79.53 157.61 97.67 -
System Red Green Blue C M Y K H S L
Decimal 37 91 132 0.72 0.31 0 0.48 205.89 0.56 0.33
Hex 25 5B 84 48 1F 0 30 CE 38 21
Octal 45 133 204 110 37 0 60 316 70 41
Binary 100101 1011011 10000100 1001000 11111 0 110000 11001110 111000 100001

Color Harmonies of #255B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B84

Black with #255B84

Text Example


Text Example

White with #255B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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