Html Css Color HEX #276381 Bahama Blue

📋 copy color: '#276381'

red 39 ◦ green 99 ◦ blue 129

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

Shades of Bahama Blue #276381

Tints of Bahama Blue #276381

RGB

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

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

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

R = 14.61%
G = 37.08%
B = 48.31%

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

#276381 (or 0x276381) is known color: Bahama Blue. HEX triplet: 27, 63 and 81. RGB value is (39,99,129). Sum of RGB (Red+Green+Blue) = 39+99+129=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #276381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276381 is #D89C7E. Grayscale: #545454. Windows color (decimal): -14195839 or 8479527. OLE color: 8479527.

HSL color Cylindrical-coordinate representation of color #276381: hue angle of 200º 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 #276381 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 99 129 -
CMYK 0.70 0.23 0 0.49
HSL 200º 0.54% 0.33% -
HSV(B) 200º 0.7% 0.51% -
XYZ 9.26 10.94 22.39 -
YUV 84.48 153.12 95.56 -
System Red Green Blue C M Y K H S L
Decimal 39 99 129 0.70 0.23 0 0.49 200 0.54 0.33
Hex 27 63 81 46 17 0 31 C8 36 21
Octal 47 143 201 106 27 0 61 310 66 41
Binary 100111 1100011 10000001 1000110 10111 0 110001 11001000 110110 100001

Color Harmonies of #276381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276381

Black with #276381

Text Example


Text Example

White with #276381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276381; }

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

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

background-color css

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

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

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

border-color css

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

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

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