Html Css Color HEX #276471 Allports

📋 copy color: '#276471'

red 39 ◦ green 100 ◦ blue 113

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

Shades of Allports #276471

Tints of Allports #276471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.84%

R = 15.48%
G = 39.68%
B = 44.84%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#276471 (or 0x276471) is known color: Allports. HEX triplet: 27, 64 and 71. RGB value is (39,100,113). Sum of RGB (Red+Green+Blue) = 39+100+113=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #276471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276471 is #D89B8E. Grayscale: #535353. Windows color (decimal): -14195599 or 7431207. OLE color: 7431207.

HSL color Cylindrical-coordinate representation of color #276471: hue angle of 190.54º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276471 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 100 113 -
CMYK 0.65 0.12 0 0.56
HSL 190.54º 0.49% 0.3% -
HSV(B) 190.54º 0.65% 0.44% -
XYZ 8.37 10.74 17.25 -
YUV 83.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 39 100 113 0.65 0.12 0 0.56 190.54 0.49 0.3
Hex 27 64 71 41 C 0 38 BF 31 1E
Octal 47 144 161 101 14 0 70 277 61 36
Binary 100111 1100100 1110001 1000001 1100 0 111000 10111111 110001 11110

Color Harmonies of #276471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276471

Black with #276471

Text Example


Text Example

White with #276471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276471; }

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

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

background-color css

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

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

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

border-color css

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

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

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