Html Css Color HEX #294C7F Fun Blue

📋 copy color: '#294C7F'

red 41 ◦ green 76 ◦ blue 127

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

Shades of Fun Blue #294C7F

Tints of Fun Blue #294C7F

RGB

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

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

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

R = 16.8%
G = 31.15%
B = 52.05%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#294C7F (or 0x294C7F) is known color: Fun Blue. HEX triplet: 29, 4C and 7F. RGB value is (41,76,127). Sum of RGB (Red+Green+Blue) = 41+76+127=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #294C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C7F is #D6B380. Grayscale: #474747. Windows color (decimal): -14070657 or 8342569. OLE color: 8342569.

HSL color Cylindrical-coordinate representation of color #294C7F: hue angle of 215.58º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294C7F is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 76 127 -
CMYK 0.68 0.40 0 0.50
HSL 215.58º 0.51% 0.33% -
HSV(B) 215.58º 0.68% 0.5% -
XYZ 7.33 7.17 21.08 -
YUV 71.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 41 76 127 0.68 0.40 0 0.50 215.58 0.51 0.33
Hex 29 4C 7F 44 28 0 32 D8 33 21
Octal 51 114 177 104 50 0 62 330 63 41
Binary 101001 1001100 1111111 1000100 101000 0 110010 11011000 110011 100001

Color Harmonies of #294C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C7F

Black with #294C7F

Text Example


Text Example

White with #294C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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