Html Css Color HEX #255380 Bahama Blue

📋 copy color: '#255380'

red 37 ◦ green 83 ◦ blue 128

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

Shades of Bahama Blue #255380

Tints of Bahama Blue #255380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 14.92%
G = 33.47%
B = 51.61%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#255380 (or 0x255380) is known color: Bahama Blue. HEX triplet: 25, 53 and 80. RGB value is (37,83,128). Sum of RGB (Red+Green+Blue) = 37+83+128=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #255380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255380 is #DAAC7F. Grayscale: #4A4A4A. Windows color (decimal): -14331008 or 8409893. OLE color: 8409893.

HSL color Cylindrical-coordinate representation of color #255380: hue angle of 209.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #255380 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 83 128 -
CMYK 0.71 0.35 0 0.50
HSL 209.67º 0.55% 0.32% -
HSV(B) 209.67º 0.71% 0.5% -
XYZ 7.75 8.14 21.58 -
YUV 74.38 158.26 101.34 -
System Red Green Blue C M Y K H S L
Decimal 37 83 128 0.71 0.35 0 0.50 209.67 0.55 0.32
Hex 25 53 80 47 23 0 32 D2 37 20
Octal 45 123 200 107 43 0 62 322 67 40
Binary 100101 1010011 10000000 1000111 100011 0 110010 11010010 110111 100000

Color Harmonies of #255380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255380

Black with #255380

Text Example


Text Example

White with #255380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255380; }

 p { color: rgb(37,83,128); }

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

background-color css

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

 a { background-color: rgb(37,83,128); }

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

border-color css

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

 span { border-color: rgb(37,83,128); }

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