Html Css Color HEX #334F7E Fun Blue

📋 copy color: '#334F7E'

red 51 ◦ green 79 ◦ blue 126

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

Shades of Fun Blue #334F7E

Tints of Fun Blue #334F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.22%

R = 19.92%
G = 30.86%
B = 49.22%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#334F7E (or 0x334F7E) is known color: Fun Blue. HEX triplet: 33, 4F and 7E. RGB value is (51,79,126). Sum of RGB (Red+Green+Blue) = 51+79+126=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #334F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F7E is #CCB081. Grayscale: #4B4B4B. Windows color (decimal): -13414530 or 8277811. OLE color: 8277811.

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

Color convert

RGB 51 79 126 -
CMYK 0.60 0.37 0 0.51
HSL 217.6º 0.42% 0.35% -
HSV(B) 217.6º 0.6% 0.49% -
XYZ 7.93 7.8 20.83 -
YUV 75.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 51 79 126 0.60 0.37 0 0.51 217.6 0.42 0.35
Hex 33 4F 7E 3C 25 0 33 DA 2A 23
Octal 63 117 176 74 45 0 63 332 52 43
Binary 110011 1001111 1111110 111100 100101 0 110011 11011010 101010 100011

Color Harmonies of #334F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F7E

Black with #334F7E

Text Example


Text Example

White with #334F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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