Html Css Color HEX #276385 Bahama Blue

📋 copy color: '#276385'

red 39 ◦ green 99 ◦ blue 133

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

Shades of Bahama Blue #276385

Tints of Bahama Blue #276385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 14.39%
G = 36.53%
B = 49.08%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#276385 (or 0x276385) is known color: Bahama Blue. HEX triplet: 27, 63 and 85. RGB value is (39,99,133). Sum of RGB (Red+Green+Blue) = 39+99+133=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #276385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276385 is #D89C7A. Grayscale: #545454. Windows color (decimal): -14195835 or 8741671. OLE color: 8741671.

HSL color Cylindrical-coordinate representation of color #276385: hue angle of 201.7º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #276385 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 99 133 -
CMYK 0.71 0.26 0 0.48
HSL 201.7º 0.55% 0.34% -
HSV(B) 201.7º 0.71% 0.52% -
XYZ 9.53 11.05 23.82 -
YUV 84.94 155.12 95.24 -
System Red Green Blue C M Y K H S L
Decimal 39 99 133 0.71 0.26 0 0.48 201.7 0.55 0.34
Hex 27 63 85 47 1A 0 30 CA 37 22
Octal 47 143 205 107 32 0 60 312 67 42
Binary 100111 1100011 10000101 1000111 11010 0 110000 11001010 110111 100010

Color Harmonies of #276385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276385

Black with #276385

Text Example


Text Example

White with #276385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276385; }

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

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

background-color css

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

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

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

border-color css

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

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

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