Html Css Color HEX #294B7D Fun Blue

📋 copy color: '#294B7D'

red 41 ◦ green 75 ◦ blue 125

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

Shades of Fun Blue #294B7D

Tints of Fun Blue #294B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.12%

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

R = 17.01%
G = 31.12%
B = 51.87%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#294B7D (or 0x294B7D) is known color: Fun Blue. HEX triplet: 29, 4B and 7D. RGB value is (41,75,125). Sum of RGB (Red+Green+Blue) = 41+75+125=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #294B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B7D is #D6B482. Grayscale: #464646. Windows color (decimal): -14070915 or 8211241. OLE color: 8211241.

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

Color convert

RGB 41 75 125 -
CMYK 0.67 0.40 0 0.51
HSL 215.71º 0.51% 0.33% -
HSV(B) 215.71º 0.67% 0.49% -
XYZ 7.13 6.98 20.37 -
YUV 70.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 41 75 125 0.67 0.40 0 0.51 215.71 0.51 0.33
Hex 29 4B 7D 43 28 0 33 D8 33 21
Octal 51 113 175 103 50 0 63 330 63 41
Binary 101001 1001011 1111101 1000011 101000 0 110011 11011000 110011 100001

Color Harmonies of #294B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B7D

Black with #294B7D

Text Example


Text Example

White with #294B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,75,125); }

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

background-color css

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

 a { background-color: rgb(41,75,125); }

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

border-color css

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

 span { border-color: rgb(41,75,125); }

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