Html Css Color HEX #334F7D Fun Blue

📋 copy color: '#334F7D'

red 51 ◦ green 79 ◦ blue 125

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

Shades of Fun Blue #334F7D

Tints of Fun Blue #334F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.98%

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

R = 20%
G = 30.98%
B = 49.02%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#334F7D (or 0x334F7D) is known color: Fun Blue. HEX triplet: 33, 4F and 7D. RGB value is (51,79,125). Sum of RGB (Red+Green+Blue) = 51+79+125=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #334F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F7D is #CCB082. Grayscale: #4B4B4B. Windows color (decimal): -13414531 or 8212275. OLE color: 8212275.

HSL color Cylindrical-coordinate representation of color #334F7D: hue angle of 217.3º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #334F7D is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 79 125 -
CMYK 0.59 0.37 0 0.51
HSL 217.3º 0.42% 0.35% -
HSV(B) 217.3º 0.59% 0.49% -
XYZ 7.86 7.78 20.49 -
YUV 75.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 51 79 125 0.59 0.37 0 0.51 217.3 0.42 0.35
Hex 33 4F 7D 3B 25 0 33 D9 2A 23
Octal 63 117 175 73 45 0 63 331 52 43
Binary 110011 1001111 1111101 111011 100101 0 110011 11011001 101010 100011

Color Harmonies of #334F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F7D

Black with #334F7D

Text Example


Text Example

White with #334F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,79,125); }

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

background-color css

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

 a { background-color: rgb(51,79,125); }

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

border-color css

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

 span { border-color: rgb(51,79,125); }

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