Html Css Color HEX #255382 Bahama Blue

📋 copy color: '#255382'

red 37 ◦ green 83 ◦ blue 130

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

Shades of Bahama Blue #255382

Tints of Bahama Blue #255382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52%

R = 14.8%
G = 33.2%
B = 52%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#255382 (or 0x255382) is known color: Bahama Blue. HEX triplet: 25, 53 and 82. RGB value is (37,83,130). Sum of RGB (Red+Green+Blue) = 37+83+130=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #255382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255382 is #DAAC7D. Grayscale: #4A4A4A. Windows color (decimal): -14331006 or 8540965. OLE color: 8540965.

HSL color Cylindrical-coordinate representation of color #255382: hue angle of 210.32º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255382 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 83 130 -
CMYK 0.72 0.36 0 0.49
HSL 210.32º 0.56% 0.33% -
HSV(B) 210.32º 0.72% 0.51% -
XYZ 7.89 8.19 22.28 -
YUV 74.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 37 83 130 0.72 0.36 0 0.49 210.32 0.56 0.33
Hex 25 53 82 48 24 0 31 D2 38 21
Octal 45 123 202 110 44 0 61 322 70 41
Binary 100101 1010011 10000010 1001000 100100 0 110001 11010010 111000 100001

Color Harmonies of #255382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255382

Black with #255382

Text Example


Text Example

White with #255382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255382; }

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

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

background-color css

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

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

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

border-color css

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

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

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