Html Css Color HEX #276371 Allports

📋 copy color: '#276371'

red 39 ◦ green 99 ◦ blue 113

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

Shades of Allports #276371

Tints of Allports #276371

RGB

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

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

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

R = 15.54%
G = 39.44%
B = 45.02%

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

#276371 (or 0x276371) is known color: Allports. HEX triplet: 27, 63 and 71. RGB value is (39,99,113). Sum of RGB (Red+Green+Blue) = 39+99+113=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #276371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276371 is #D89C8E. Grayscale: #525252. Windows color (decimal): -14195855 or 7430951. OLE color: 7430951.

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

Color convert

RGB 39 99 113 -
CMYK 0.65 0.12 0 0.56
HSL 191.35º 0.49% 0.3% -
HSV(B) 191.35º 0.65% 0.44% -
XYZ 8.28 10.55 17.22 -
YUV 82.66 145.12 96.86 -
System Red Green Blue C M Y K H S L
Decimal 39 99 113 0.65 0.12 0 0.56 191.35 0.49 0.3
Hex 27 63 71 41 C 0 38 BF 31 1E
Octal 47 143 161 101 14 0 70 277 61 36
Binary 100111 1100011 1110001 1000001 1100 0 111000 10111111 110001 11110

Color Harmonies of #276371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276371

Black with #276371

Text Example


Text Example

White with #276371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276371; }

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

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

background-color css

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

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

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

border-color css

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

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

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