Html Css Color HEX #276472 Allports

📋 copy color: '#276472'

red 39 ◦ green 100 ◦ blue 114

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

Shades of Allports #276472

Tints of Allports #276472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.53%

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

R = 15.42%
G = 39.53%
B = 45.06%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#276472 (or 0x276472) is known color: Allports. HEX triplet: 27, 64 and 72. RGB value is (39,100,114). Sum of RGB (Red+Green+Blue) = 39+100+114=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #276472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276472 is #D89B8D. Grayscale: #535353. Windows color (decimal): -14195598 or 7496743. OLE color: 7496743.

HSL color Cylindrical-coordinate representation of color #276472: hue angle of 191.2º 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 #276472 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 100 114 -
CMYK 0.66 0.12 0 0.55
HSL 191.2º 0.49% 0.3% -
HSV(B) 191.2º 0.66% 0.45% -
XYZ 8.43 10.76 17.55 -
YUV 83.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 39 100 114 0.66 0.12 0 0.55 191.2 0.49 0.3
Hex 27 64 72 42 C 0 37 BF 31 1E
Octal 47 144 162 102 14 0 67 277 61 36
Binary 100111 1100100 1110010 1000010 1100 0 110111 10111111 110001 11110

Color Harmonies of #276472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276472

Black with #276472

Text Example


Text Example

White with #276472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276472; }

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

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

background-color css

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

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

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

border-color css

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

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

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