Html Css Color HEX #274F81 St Tropaz

📋 copy color: '#274F81'

red 39 ◦ green 79 ◦ blue 129

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

Shades of St Tropaz #274F81

Tints of St Tropaz #274F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.98%

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

R = 15.79%
G = 31.98%
B = 52.23%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#274F81 (or 0x274F81) is known color: St Tropaz. HEX triplet: 27, 4F and 81. RGB value is (39,79,129). Sum of RGB (Red+Green+Blue) = 39+79+129=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #274F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274F81 is #D8B07E. Grayscale: #484848. Windows color (decimal): -14200959 or 8474407. OLE color: 8474407.

HSL color Cylindrical-coordinate representation of color #274F81: hue angle of 213.33º 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 #274F81 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 79 129 -
CMYK 0.70 0.39 0 0.49
HSL 213.33º 0.54% 0.33% -
HSV(B) 213.33º 0.7% 0.51% -
XYZ 7.6 7.61 21.84 -
YUV 72.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 39 79 129 0.70 0.39 0 0.49 213.33 0.54 0.33
Hex 27 4F 81 46 27 0 31 D5 36 21
Octal 47 117 201 106 47 0 61 325 66 41
Binary 100111 1001111 10000001 1000110 100111 0 110001 11010101 110110 100001

Color Harmonies of #274F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274F81

Black with #274F81

Text Example


Text Example

White with #274F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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