Html Css Color HEX #274E7D St Tropaz

📋 copy color: '#274E7D'

red 39 ◦ green 78 ◦ blue 125

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

Shades of St Tropaz #274E7D

Tints of St Tropaz #274E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.23%

 BLUE value IS 125 (49.22% from 255) = 51.65%

R = 16.12%
G = 32.23%
B = 51.65%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#274E7D (or 0x274E7D) is known color: St Tropaz. HEX triplet: 27, 4E and 7D. RGB value is (39,78,125). Sum of RGB (Red+Green+Blue) = 39+78+125=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #274E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E7D is #D8B182. Grayscale: #474747. Windows color (decimal): -14201219 or 8212007. OLE color: 8212007.

HSL color Cylindrical-coordinate representation of color #274E7D: hue angle of 212.79º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #274E7D is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 78 125 -
CMYK 0.69 0.38 0 0.51
HSL 212.79º 0.52% 0.32% -
HSV(B) 212.79º 0.69% 0.49% -
XYZ 7.26 7.36 20.44 -
YUV 71.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 39 78 125 0.69 0.38 0 0.51 212.79 0.52 0.32
Hex 27 4E 7D 45 26 0 33 D5 34 20
Octal 47 116 175 105 46 0 63 325 64 40
Binary 100111 1001110 1111101 1000101 100110 0 110011 11010101 110100 100000

Color Harmonies of #274E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274E7D

Black with #274E7D

Text Example


Text Example

White with #274E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,78,125); }

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

background-color css

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

 a { background-color: rgb(39,78,125); }

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

border-color css

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

 span { border-color: rgb(39,78,125); }

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