Html Css Color HEX #274D7C St Tropaz

📋 copy color: '#274D7C'

red 39 ◦ green 77 ◦ blue 124

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

Shades of St Tropaz #274D7C

Tints of St Tropaz #274D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.67%

R = 16.25%
G = 32.08%
B = 51.67%

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

#274D7C (or 0x274D7C) is known color: St Tropaz. HEX triplet: 27, 4D and 7C. RGB value is (39,77,124). Sum of RGB (Red+Green+Blue) = 39+77+124=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #274D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D7C is #D8B283. Grayscale: #464646. Windows color (decimal): -14201476 or 8146215. OLE color: 8146215.

HSL color Cylindrical-coordinate representation of color #274D7C: hue angle of 213.18º 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 #274D7C is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 77 124 -
CMYK 0.69 0.38 0 0.51
HSL 213.18º 0.52% 0.32% -
HSV(B) 213.18º 0.69% 0.49% -
XYZ 7.13 7.19 20.08 -
YUV 71 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 39 77 124 0.69 0.38 0 0.51 213.18 0.52 0.32
Hex 27 4D 7C 45 26 0 33 D5 34 20
Octal 47 115 174 105 46 0 63 325 64 40
Binary 100111 1001101 1111100 1000101 100110 0 110011 11010101 110100 100000

Color Harmonies of #274D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D7C

Black with #274D7C

Text Example


Text Example

White with #274D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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