Html Css Color HEX #334A73 Fun Blue

📋 copy color: '#334A73'

red 51 ◦ green 74 ◦ blue 115

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

Shades of Fun Blue #334A73

Tints of Fun Blue #334A73

RGB

 RED value IS 51 (20.31% from 255) = 21.25%

 GREEN value IS 74 (29.3% from 255) = 30.83%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 21.25%
G = 30.83%
B = 47.92%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#334A73 (or 0x334A73) is known color: Fun Blue. HEX triplet: 33, 4A and 73. RGB value is (51,74,115). Sum of RGB (Red+Green+Blue) = 51+74+115=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #334A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A73 is #CCB58C. Grayscale: #474747. Windows color (decimal): -13415821 or 7555635. OLE color: 7555635.

HSL color Cylindrical-coordinate representation of color #334A73: hue angle of 218.44º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334A73 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 74 115 -
CMYK 0.56 0.36 0 0.55
HSL 218.44º 0.39% 0.33% -
HSV(B) 218.44º 0.56% 0.45% -
XYZ 6.91 6.84 17.18 -
YUV 71.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 51 74 115 0.56 0.36 0 0.55 218.44 0.39 0.33
Hex 33 4A 73 38 24 0 37 DA 27 21
Octal 63 112 163 70 44 0 67 332 47 41
Binary 110011 1001010 1110011 111000 100100 0 110111 11011010 100111 100001

Color Harmonies of #334A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A73

Black with #334A73

Text Example


Text Example

White with #334A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334A73; }

 p { color: rgb(51,74,115); }

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

background-color css

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

 a { background-color: rgb(51,74,115); }

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

border-color css

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

 span { border-color: rgb(51,74,115); }

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