Html Css Color HEX #255C81 Bahama Blue

📋 copy color: '#255C81'

red 37 ◦ green 92 ◦ blue 129

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

Shades of Bahama Blue #255C81

Tints of Bahama Blue #255C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 50%

R = 14.34%
G = 35.66%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#255C81 (or 0x255C81) is known color: Bahama Blue. HEX triplet: 25, 5C and 81. RGB value is (37,92,129). Sum of RGB (Red+Green+Blue) = 37+92+129=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #255C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C81 is #DAA37E. Grayscale: #4F4F4F. Windows color (decimal): -14328703 or 8477733. OLE color: 8477733.

HSL color Cylindrical-coordinate representation of color #255C81: hue angle of 204.13º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #255C81 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 92 129 -
CMYK 0.71 0.29 0 0.49
HSL 204.13º 0.55% 0.33% -
HSV(B) 204.13º 0.71% 0.51% -
XYZ 8.55 9.63 22.18 -
YUV 79.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 37 92 129 0.71 0.29 0 0.49 204.13 0.55 0.33
Hex 25 5C 81 47 1D 0 31 CC 37 21
Octal 45 134 201 107 35 0 61 314 67 41
Binary 100101 1011100 10000001 1000111 11101 0 110001 11001100 110111 100001

Color Harmonies of #255C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C81

Black with #255C81

Text Example


Text Example

White with #255C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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