Html Css Color HEX #255684 Bahama Blue

📋 copy color: '#255684'

red 37 ◦ green 86 ◦ blue 132

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

Shades of Bahama Blue #255684

Tints of Bahama Blue #255684

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.73%

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

R = 14.51%
G = 33.73%
B = 51.76%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#255684 (or 0x255684) is known color: Bahama Blue. HEX triplet: 25, 56 and 84. RGB value is (37,86,132). Sum of RGB (Red+Green+Blue) = 37+86+132=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #255684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255684 is #DAA97B. Grayscale: #4C4C4C. Windows color (decimal): -14330236 or 8672805. OLE color: 8672805.

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

Color convert

RGB 37 86 132 -
CMYK 0.72 0.35 0 0.48
HSL 209.05º 0.56% 0.33% -
HSV(B) 209.05º 0.72% 0.52% -
XYZ 8.26 8.71 23.08 -
YUV 76.59 159.27 99.76 -
System Red Green Blue C M Y K H S L
Decimal 37 86 132 0.72 0.35 0 0.48 209.05 0.56 0.33
Hex 25 56 84 48 23 0 30 D1 38 21
Octal 45 126 204 110 43 0 60 321 70 41
Binary 100101 1010110 10000100 1001000 100011 0 110000 11010001 111000 100001

Color Harmonies of #255684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255684

Black with #255684

Text Example


Text Example

White with #255684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255684; }

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

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

background-color css

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

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

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

border-color css

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

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

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