Html Css Color HEX #276372 Allports

📋 copy color: '#276372'

red 39 ◦ green 99 ◦ blue 114

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

Shades of Allports #276372

Tints of Allports #276372

RGB

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

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

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

R = 15.48%
G = 39.29%
B = 45.24%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#276372 (or 0x276372) is known color: Allports. HEX triplet: 27, 63 and 72. RGB value is (39,99,114). Sum of RGB (Red+Green+Blue) = 39+99+114=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #276372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276372 is #D89C8D. Grayscale: #525252. Windows color (decimal): -14195854 or 7496487. OLE color: 7496487.

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

Color convert

RGB 39 99 114 -
CMYK 0.66 0.13 0 0.55
HSL 192º 0.49% 0.3% -
HSV(B) 192º 0.66% 0.45% -
XYZ 8.34 10.57 17.52 -
YUV 82.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 39 99 114 0.66 0.13 0 0.55 192 0.49 0.3
Hex 27 63 72 42 D 0 37 C0 31 1E
Octal 47 143 162 102 15 0 67 300 61 36
Binary 100111 1100011 1110010 1000010 1101 0 110111 11000000 110001 11110

Color Harmonies of #276372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276372

Black with #276372

Text Example


Text Example

White with #276372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276372; }

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

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

background-color css

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

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

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

border-color css

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

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

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