Html Css Color HEX #334E7D Fun Blue

📋 copy color: '#334E7D'

red 51 ◦ green 78 ◦ blue 125

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

Shades of Fun Blue #334E7D

Tints of Fun Blue #334E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.71%

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

R = 20.08%
G = 30.71%
B = 49.21%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#334E7D (or 0x334E7D) is known color: Fun Blue. HEX triplet: 33, 4E and 7D. RGB value is (51,78,125). Sum of RGB (Red+Green+Blue) = 51+78+125=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #334E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E7D is #CCB182. Grayscale: #4B4B4B. Windows color (decimal): -13414787 or 8212019. OLE color: 8212019.

HSL color Cylindrical-coordinate representation of color #334E7D: hue angle of 218.11º 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 #334E7D is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 78 125 -
CMYK 0.59 0.38 0 0.51
HSL 218.11º 0.42% 0.35% -
HSV(B) 218.11º 0.59% 0.49% -
XYZ 7.79 7.63 20.46 -
YUV 75.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 51 78 125 0.59 0.38 0 0.51 218.11 0.42 0.35
Hex 33 4E 7D 3B 26 0 33 DA 2A 23
Octal 63 116 175 73 46 0 63 332 52 43
Binary 110011 1001110 1111101 111011 100110 0 110011 11011010 101010 100011

Color Harmonies of #334E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E7D

Black with #334E7D

Text Example


Text Example

White with #334E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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