Html Css Color HEX #294381 Fun Blue

📋 copy color: '#294381'

red 41 ◦ green 67 ◦ blue 129

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

Shades of Fun Blue #294381

Tints of Fun Blue #294381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.27%

 BLUE value IS 129 (50.78% from 255) = 54.43%

R = 17.3%
G = 28.27%
B = 54.43%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#294381 (or 0x294381) is known color: Fun Blue. HEX triplet: 29, 43 and 81. RGB value is (41,67,129). Sum of RGB (Red+Green+Blue) = 41+67+129=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 129 (50.78% from 255 or 54.43% from 237); Max value from RGB is 129 - color contains mainly: blue. Hex color #294381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294381 is #D6BC7E. Grayscale: #424242. Windows color (decimal): -14072959 or 8471337. OLE color: 8471337.

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

Color convert

RGB 41 67 129 -
CMYK 0.68 0.48 0 0.49
HSL 222.27º 0.52% 0.33% -
HSV(B) 222.27º 0.68% 0.51% -
XYZ 6.88 6.07 21.58 -
YUV 66.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 41 67 129 0.68 0.48 0 0.49 222.27 0.52 0.33
Hex 29 43 81 44 30 0 31 DE 34 21
Octal 51 103 201 104 60 0 61 336 64 41
Binary 101001 1000011 10000001 1000100 110000 0 110001 11011110 110100 100001

Color Harmonies of #294381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294381

Black with #294381

Text Example


Text Example

White with #294381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294381; }

 p { color: rgb(41,67,129); }

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

background-color css

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

 a { background-color: rgb(41,67,129); }

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

border-color css

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

 span { border-color: rgb(41,67,129); }

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