Html Css Color HEX #294C7C St Tropaz

📋 copy color: '#294C7C'

red 41 ◦ green 76 ◦ blue 124

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

Shades of St Tropaz #294C7C

Tints of St Tropaz #294C7C

RGB

 RED value IS 41 (16.41% from 255) = 17.01%

 GREEN value IS 76 (30.08% from 255) = 31.54%

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

R = 17.01%
G = 31.54%
B = 51.45%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#294C7C (or 0x294C7C) is known color: St Tropaz. HEX triplet: 29, 4C and 7C. RGB value is (41,76,124). Sum of RGB (Red+Green+Blue) = 41+76+124=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #294C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C7C is #D6B383. Grayscale: #464646. Windows color (decimal): -14070660 or 8145961. OLE color: 8145961.

HSL color Cylindrical-coordinate representation of color #294C7C: hue angle of 214.7º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #294C7C is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 76 124 -
CMYK 0.67 0.39 0 0.51
HSL 214.7º 0.5% 0.32% -
HSV(B) 214.7º 0.67% 0.49% -
XYZ 7.14 7.1 20.06 -
YUV 71.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 41 76 124 0.67 0.39 0 0.51 214.7 0.5 0.32
Hex 29 4C 7C 43 27 0 33 D7 32 20
Octal 51 114 174 103 47 0 63 327 62 40
Binary 101001 1001100 1111100 1000011 100111 0 110011 11010111 110010 100000

Color Harmonies of #294C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C7C

Black with #294C7C

Text Example


Text Example

White with #294C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294C7C; }

 p { color: rgb(41,76,124); }

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

background-color css

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

 a { background-color: rgb(41,76,124); }

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

border-color css

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

 span { border-color: rgb(41,76,124); }

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