Html Css Color HEX #276384 Bahama Blue

📋 copy color: '#276384'

red 39 ◦ green 99 ◦ blue 132

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

Shades of Bahama Blue #276384

Tints of Bahama Blue #276384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

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

R = 14.44%
G = 36.67%
B = 48.89%

CMYK

 C value IS 0.70

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#276384 (or 0x276384) is known color: Bahama Blue. HEX triplet: 27, 63 and 84. RGB value is (39,99,132). Sum of RGB (Red+Green+Blue) = 39+99+132=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #276384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276384 is #D89C7B. Grayscale: #545454. Windows color (decimal): -14195836 or 8676135. OLE color: 8676135.

HSL color Cylindrical-coordinate representation of color #276384: hue angle of 201.29º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #276384 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 99 132 -
CMYK 0.70 0.25 0 0.48
HSL 201.29º 0.54% 0.34% -
HSV(B) 201.29º 0.7% 0.52% -
XYZ 9.46 11.02 23.46 -
YUV 84.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 39 99 132 0.70 0.25 0 0.48 201.29 0.54 0.34
Hex 27 63 84 46 19 0 30 C9 36 22
Octal 47 143 204 106 31 0 60 311 66 42
Binary 100111 1100011 10000100 1000110 11001 0 110000 11001001 110110 100010

Color Harmonies of #276384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276384

Black with #276384

Text Example


Text Example

White with #276384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276384; }

 p { color: rgb(39,99,132); }

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

background-color css

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

 a { background-color: rgb(39,99,132); }

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

border-color css

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

 span { border-color: rgb(39,99,132); }

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