Html Css Color HEX #334A75 Fun Blue

📋 copy color: '#334A75'

red 51 ◦ green 74 ◦ blue 117

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

Shades of Fun Blue #334A75

Tints of Fun Blue #334A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.58%

 BLUE value IS 117 (46.09% from 255) = 48.35%

R = 21.07%
G = 30.58%
B = 48.35%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#334A75 (or 0x334A75) is known color: Fun Blue. HEX triplet: 33, 4A and 75. RGB value is (51,74,117). Sum of RGB (Red+Green+Blue) = 51+74+117=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #334A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A75 is #CCB58A. Grayscale: #474747. Windows color (decimal): -13415819 or 7686707. OLE color: 7686707.

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

Color convert

RGB 51 74 117 -
CMYK 0.56 0.37 0 0.54
HSL 219.09º 0.39% 0.33% -
HSV(B) 219.09º 0.56% 0.46% -
XYZ 7.02 6.89 17.79 -
YUV 72.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 51 74 117 0.56 0.37 0 0.54 219.09 0.39 0.33
Hex 33 4A 75 38 25 0 36 DB 27 21
Octal 63 112 165 70 45 0 66 333 47 41
Binary 110011 1001010 1110101 111000 100101 0 110110 11011011 100111 100001

Color Harmonies of #334A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A75

Black with #334A75

Text Example


Text Example

White with #334A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,74,117); }

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

background-color css

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

 a { background-color: rgb(51,74,117); }

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

border-color css

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

 span { border-color: rgb(51,74,117); }

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