Html Css Color HEX #276482 Bahama Blue

📋 copy color: '#276482'

red 39 ◦ green 100 ◦ blue 130

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

Shades of Bahama Blue #276482

Tints of Bahama Blue #276482

RGB

 RED value IS 39 (15.63% from 255) = 14.5%

 GREEN value IS 100 (39.45% from 255) = 37.17%

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

R = 14.5%
G = 37.17%
B = 48.33%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#276482 (or 0x276482) is known color: Bahama Blue. HEX triplet: 27, 64 and 82. RGB value is (39,100,130). Sum of RGB (Red+Green+Blue) = 39+100+130=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #276482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276482 is #D89B7D. Grayscale: #555555. Windows color (decimal): -14195582 or 8545319. OLE color: 8545319.

HSL color Cylindrical-coordinate representation of color #276482: hue angle of 199.78º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #276482 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 100 130 -
CMYK 0.70 0.23 0 0.49
HSL 199.78º 0.54% 0.33% -
HSV(B) 199.78º 0.7% 0.51% -
XYZ 9.42 11.16 22.78 -
YUV 85.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 39 100 130 0.70 0.23 0 0.49 199.78 0.54 0.33
Hex 27 64 82 46 17 0 31 C8 36 21
Octal 47 144 202 106 27 0 61 310 66 41
Binary 100111 1100100 10000010 1000110 10111 0 110001 11001000 110110 100001

Color Harmonies of #276482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276482

Black with #276482

Text Example


Text Example

White with #276482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276482; }

 p { color: rgb(39,100,130); }

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

background-color css

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

 a { background-color: rgb(39,100,130); }

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

border-color css

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

 span { border-color: rgb(39,100,130); }

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