Html Css Color HEX #334471 Resolution Blue

📋 copy color: '#334471'

red 51 ◦ green 68 ◦ blue 113

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

Shades of Resolution Blue #334471

Tints of Resolution Blue #334471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

 BLUE value IS 113 (44.53% from 255) = 48.71%

R = 21.98%
G = 29.31%
B = 48.71%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#334471 (or 0x334471) is known color: Resolution Blue. HEX triplet: 33, 44 and 71. RGB value is (51,68,113). Sum of RGB (Red+Green+Blue) = 51+68+113=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #334471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334471 is #CCBB8E. Grayscale: #434343. Windows color (decimal): -13417359 or 7423027. OLE color: 7423027.

HSL color Cylindrical-coordinate representation of color #334471: hue angle of 223.55º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334471 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 68 113 -
CMYK 0.55 0.40 0 0.56
HSL 223.55º 0.38% 0.32% -
HSV(B) 223.55º 0.55% 0.44% -
XYZ 6.41 6.03 16.45 -
YUV 68.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 51 68 113 0.55 0.40 0 0.56 223.55 0.38 0.32
Hex 33 44 71 37 28 0 38 E0 26 20
Octal 63 104 161 67 50 0 70 340 46 40
Binary 110011 1000100 1110001 110111 101000 0 111000 11100000 100110 100000

Color Harmonies of #334471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334471

Black with #334471

Text Example


Text Example

White with #334471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334471; }

 p { color: rgb(51,68,113); }

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

background-color css

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

 a { background-color: rgb(51,68,113); }

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

border-color css

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

 span { border-color: rgb(51,68,113); }

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