Html Css Color HEX #334975 Resolution Blue

📋 copy color: '#334975'

red 51 ◦ green 73 ◦ blue 117

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

Shades of Resolution Blue #334975

Tints of Resolution Blue #334975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

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

R = 21.16%
G = 30.29%
B = 48.55%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#334975 (or 0x334975) is known color: Resolution Blue. HEX triplet: 33, 49 and 75. RGB value is (51,73,117). Sum of RGB (Red+Green+Blue) = 51+73+117=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #334975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334975 is #CCB68A. Grayscale: #474747. Windows color (decimal): -13416075 or 7686451. OLE color: 7686451.

HSL color Cylindrical-coordinate representation of color #334975: hue angle of 220º 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 #334975 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 73 117 -
CMYK 0.56 0.38 0 0.54
HSL 220º 0.39% 0.33% -
HSV(B) 220º 0.56% 0.46% -
XYZ 6.96 6.75 17.77 -
YUV 71.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 51 73 117 0.56 0.38 0 0.54 220 0.39 0.33
Hex 33 49 75 38 26 0 36 DC 27 21
Octal 63 111 165 70 46 0 66 334 47 41
Binary 110011 1001001 1110101 111000 100110 0 110110 11011100 100111 100001

Color Harmonies of #334975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334975

Black with #334975

Text Example


Text Example

White with #334975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334975; }

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

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

background-color css

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

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

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

border-color css

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

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

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