Html Css Color HEX #276672 Allports

📋 copy color: '#276672'

red 39 ◦ green 102 ◦ blue 114

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

Shades of Allports #276672

Tints of Allports #276672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40%

 BLUE value IS 114 (44.92% from 255) = 44.71%

R = 15.29%
G = 40%
B = 44.71%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#276672 (or 0x276672) is known color: Allports. HEX triplet: 27, 66 and 72. RGB value is (39,102,114). Sum of RGB (Red+Green+Blue) = 39+102+114=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #276672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276672 is #D8998D. Grayscale: #545454. Windows color (decimal): -14195086 or 7497255. OLE color: 7497255.

HSL color Cylindrical-coordinate representation of color #276672: hue angle of 189.6º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #276672 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 102 114 -
CMYK 0.66 0.11 0 0.55
HSL 189.6º 0.49% 0.3% -
HSV(B) 189.6º 0.66% 0.45% -
XYZ 8.63 11.15 17.62 -
YUV 84.53 144.63 95.52 -
System Red Green Blue C M Y K H S L
Decimal 39 102 114 0.66 0.11 0 0.55 189.6 0.49 0.3
Hex 27 66 72 42 B 0 37 BE 31 1E
Octal 47 146 162 102 13 0 67 276 61 36
Binary 100111 1100110 1110010 1000010 1011 0 110111 10111110 110001 11110

Color Harmonies of #276672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276672

Black with #276672

Text Example


Text Example

White with #276672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276672; }

 p { color: rgb(39,102,114); }

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

background-color css

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

 a { background-color: rgb(39,102,114); }

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

border-color css

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

 span { border-color: rgb(39,102,114); }

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