Html Css Color HEX #334B74 Fun Blue

📋 copy color: '#334B74'

red 51 ◦ green 75 ◦ blue 116

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

Shades of Fun Blue #334B74

Tints of Fun Blue #334B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.93%

R = 21.07%
G = 30.99%
B = 47.93%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#334B74 (or 0x334B74) is known color: Fun Blue. HEX triplet: 33, 4B and 74. RGB value is (51,75,116). Sum of RGB (Red+Green+Blue) = 51+75+116=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #334B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B74 is #CCB48B. Grayscale: #484848. Windows color (decimal): -13415564 or 7621427. OLE color: 7621427.

HSL color Cylindrical-coordinate representation of color #334B74: hue angle of 217.85º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334B74 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 75 116 -
CMYK 0.56 0.35 0 0.55
HSL 217.85º 0.39% 0.33% -
HSV(B) 217.85º 0.56% 0.45% -
XYZ 7.03 7 17.5 -
YUV 72.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 51 75 116 0.56 0.35 0 0.55 217.85 0.39 0.33
Hex 33 4B 74 38 23 0 37 DA 27 21
Octal 63 113 164 70 43 0 67 332 47 41
Binary 110011 1001011 1110100 111000 100011 0 110111 11011010 100111 100001

Color Harmonies of #334B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B74

Black with #334B74

Text Example


Text Example

White with #334B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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