Html Css Color HEX #334F7C Fun Blue

📋 copy color: '#334F7C'

red 51 ◦ green 79 ◦ blue 124

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

Shades of Fun Blue #334F7C

Tints of Fun Blue #334F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 20.08%
G = 31.1%
B = 48.82%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#334F7C (or 0x334F7C) is known color: Fun Blue. HEX triplet: 33, 4F and 7C. RGB value is (51,79,124). Sum of RGB (Red+Green+Blue) = 51+79+124=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #334F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F7C is #CCB083. Grayscale: #4B4B4B. Windows color (decimal): -13414532 or 8146739. OLE color: 8146739.

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

Color convert

RGB 51 79 124 -
CMYK 0.59 0.36 0 0.51
HSL 216.99º 0.42% 0.34% -
HSV(B) 216.99º 0.59% 0.49% -
XYZ 7.8 7.75 20.15 -
YUV 75.76 155.22 110.34 -
System Red Green Blue C M Y K H S L
Decimal 51 79 124 0.59 0.36 0 0.51 216.99 0.42 0.34
Hex 33 4F 7C 3B 24 0 33 D9 2A 22
Octal 63 117 174 73 44 0 63 331 52 42
Binary 110011 1001111 1111100 111011 100100 0 110011 11011001 101010 100010

Color Harmonies of #334F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F7C

Black with #334F7C

Text Example


Text Example

White with #334F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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