Html Css Color HEX #255C84 Bahama Blue

📋 copy color: '#255C84'

red 37 ◦ green 92 ◦ blue 132

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

Shades of Bahama Blue #255C84

Tints of Bahama Blue #255C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.25%

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

R = 14.18%
G = 35.25%
B = 50.57%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#255C84 (or 0x255C84) is known color: Bahama Blue. HEX triplet: 25, 5C and 84. RGB value is (37,92,132). Sum of RGB (Red+Green+Blue) = 37+92+132=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #255C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C84 is #DAA37B. Grayscale: #4F4F4F. Windows color (decimal): -14328700 or 8674341. OLE color: 8674341.

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

Color convert

RGB 37 92 132 -
CMYK 0.72 0.30 0 0.48
HSL 205.26º 0.56% 0.33% -
HSV(B) 205.26º 0.72% 0.52% -
XYZ 8.75 9.71 23.24 -
YUV 80.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 37 92 132 0.72 0.30 0 0.48 205.26 0.56 0.33
Hex 25 5C 84 48 1E 0 30 CD 38 21
Octal 45 134 204 110 36 0 60 315 70 41
Binary 100101 1011100 10000100 1001000 11110 0 110000 11001101 111000 100001

Color Harmonies of #255C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C84

Black with #255C84

Text Example


Text Example

White with #255C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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