Html Css Color HEX #334B76 Fun Blue

📋 copy color: '#334B76'

red 51 ◦ green 75 ◦ blue 118

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

Shades of Fun Blue #334B76

Tints of Fun Blue #334B76

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.74%

 BLUE value IS 118 (46.48% from 255) = 48.36%

R = 20.9%
G = 30.74%
B = 48.36%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#334B76 (or 0x334B76) is known color: Fun Blue. HEX triplet: 33, 4B and 76. RGB value is (51,75,118). Sum of RGB (Red+Green+Blue) = 51+75+118=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #334B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B76 is #CCB489. Grayscale: #484848. Windows color (decimal): -13415562 or 7752499. OLE color: 7752499.

HSL color Cylindrical-coordinate representation of color #334B76: hue angle of 218.51º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334B76 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 75 118 -
CMYK 0.57 0.36 0 0.54
HSL 218.51º 0.4% 0.33% -
HSV(B) 218.51º 0.57% 0.46% -
XYZ 7.15 7.04 18.12 -
YUV 72.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 51 75 118 0.57 0.36 0 0.54 218.51 0.4 0.33
Hex 33 4B 76 39 24 0 36 DB 28 21
Octal 63 113 166 71 44 0 66 333 50 41
Binary 110011 1001011 1110110 111001 100100 0 110110 11011011 101000 100001

Color Harmonies of #334B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B76

Black with #334B76

Text Example


Text Example

White with #334B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,75,118); }

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

background-color css

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

 a { background-color: rgb(51,75,118); }

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

border-color css

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

 span { border-color: rgb(51,75,118); }

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