Html Css Color HEX #276B88 Allports

📋 copy color: '#276B88'

red 39 ◦ green 107 ◦ blue 136

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

Shades of Allports #276B88

Tints of Allports #276B88

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.94%

 BLUE value IS 136 (53.52% from 255) = 48.23%

R = 13.83%
G = 37.94%
B = 48.23%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#276B88 (or 0x276B88) is known color: Allports. HEX triplet: 27, 6B and 88. RGB value is (39,107,136). Sum of RGB (Red+Green+Blue) = 39+107+136=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #276B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276B88 is #D89477. Grayscale: #595959. Windows color (decimal): -14193784 or 8940327. OLE color: 8940327.

HSL color Cylindrical-coordinate representation of color #276B88: hue angle of 197.94º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #276B88 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 107 136 -
CMYK 0.71 0.21 0 0.47
HSL 197.94º 0.55% 0.34% -
HSV(B) 197.94º 0.71% 0.53% -
XYZ 10.54 12.72 25.19 -
YUV 89.97 153.97 91.64 -
System Red Green Blue C M Y K H S L
Decimal 39 107 136 0.71 0.21 0 0.47 197.94 0.55 0.34
Hex 27 6B 88 47 15 0 2F C6 37 22
Octal 47 153 210 107 25 0 57 306 67 42
Binary 100111 1101011 10001000 1000111 10101 0 101111 11000110 110111 100010

Color Harmonies of #276B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276B88

Black with #276B88

Text Example


Text Example

White with #276B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276B88; }

 p { color: rgb(39,107,136); }

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

background-color css

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

 a { background-color: rgb(39,107,136); }

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

border-color css

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

 span { border-color: rgb(39,107,136); }

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