Html Css Color HEX #334A71 Fun Blue

📋 copy color: '#334A71'

red 51 ◦ green 74 ◦ blue 113

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

Shades of Fun Blue #334A71

Tints of Fun Blue #334A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 47.48%

R = 21.43%
G = 31.09%
B = 47.48%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#334A71 (or 0x334A71) is known color: Fun Blue. HEX triplet: 33, 4A and 71. RGB value is (51,74,113). Sum of RGB (Red+Green+Blue) = 51+74+113=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #334A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A71 is #CCB58E. Grayscale: #474747. Windows color (decimal): -13415823 or 7424563. OLE color: 7424563.

HSL color Cylindrical-coordinate representation of color #334A71: hue angle of 217.74º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334A71 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 74 113 -
CMYK 0.55 0.35 0 0.56
HSL 217.74º 0.38% 0.32% -
HSV(B) 217.74º 0.55% 0.44% -
XYZ 6.79 6.79 16.58 -
YUV 71.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 51 74 113 0.55 0.35 0 0.56 217.74 0.38 0.32
Hex 33 4A 71 37 23 0 38 DA 26 20
Octal 63 112 161 67 43 0 70 332 46 40
Binary 110011 1001010 1110001 110111 100011 0 111000 11011010 100110 100000

Color Harmonies of #334A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A71

Black with #334A71

Text Example


Text Example

White with #334A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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