Html Css Color HEX #277481 Allports

📋 copy color: '#277481'

red 39 ◦ green 116 ◦ blue 129

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

Shades of Allports #277481

Tints of Allports #277481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

 BLUE value IS 129 (50.78% from 255) = 45.42%

R = 13.73%
G = 40.85%
B = 45.42%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#277481 (or 0x277481) is known color: Allports. HEX triplet: 27, 74 and 81. RGB value is (39,116,129). Sum of RGB (Red+Green+Blue) = 39+116+129=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #277481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277481 is #D88B7E. Grayscale: #5E5E5E. Windows color (decimal): -14191487 or 8483879. OLE color: 8483879.

HSL color Cylindrical-coordinate representation of color #277481: hue angle of 188.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #277481 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 116 129 -
CMYK 0.70 0.10 0 0.49
HSL 188.67º 0.54% 0.33% -
HSV(B) 188.67º 0.7% 0.51% -
XYZ 11.04 14.51 22.99 -
YUV 94.46 147.49 88.44 -
System Red Green Blue C M Y K H S L
Decimal 39 116 129 0.70 0.10 0 0.49 188.67 0.54 0.33
Hex 27 74 81 46 A 0 31 BD 36 21
Octal 47 164 201 106 12 0 61 275 66 41
Binary 100111 1110100 10000001 1000110 1010 0 110001 10111101 110110 100001

Color Harmonies of #277481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277481

Black with #277481

Text Example


Text Example

White with #277481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277481; }

 p { color: rgb(39,116,129); }

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

background-color css

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

 a { background-color: rgb(39,116,129); }

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

border-color css

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

 span { border-color: rgb(39,116,129); }

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