Html Css Color HEX #274D7F St Tropaz

📋 copy color: '#274D7F'

red 39 ◦ green 77 ◦ blue 127

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

Shades of St Tropaz #274D7F

Tints of St Tropaz #274D7F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.69%

 BLUE value IS 127 (50% from 255) = 52.26%

R = 16.05%
G = 31.69%
B = 52.26%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#274D7F (or 0x274D7F) is known color: St Tropaz. HEX triplet: 27, 4D and 7F. RGB value is (39,77,127). Sum of RGB (Red+Green+Blue) = 39+77+127=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #274D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D7F is #D8B280. Grayscale: #474747. Windows color (decimal): -14201473 or 8342823. OLE color: 8342823.

HSL color Cylindrical-coordinate representation of color #274D7F: hue angle of 214.09º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #274D7F is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 77 127 -
CMYK 0.69 0.39 0 0.50
HSL 214.09º 0.53% 0.33% -
HSV(B) 214.09º 0.69% 0.5% -
XYZ 7.32 7.27 21.1 -
YUV 71.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 39 77 127 0.69 0.39 0 0.50 214.09 0.53 0.33
Hex 27 4D 7F 45 27 0 32 D6 35 21
Octal 47 115 177 105 47 0 62 326 65 41
Binary 100111 1001101 1111111 1000101 100111 0 110010 11010110 110101 100001

Color Harmonies of #274D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D7F

Black with #274D7F

Text Example


Text Example

White with #274D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,77,127); }

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

background-color css

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

 a { background-color: rgb(39,77,127); }

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

border-color css

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

 span { border-color: rgb(39,77,127); }

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