Html Css Color HEX #334477 Resolution Blue

📋 copy color: '#334477'

red 51 ◦ green 68 ◦ blue 119

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

Shades of Resolution Blue #334477

Tints of Resolution Blue #334477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50%

R = 21.43%
G = 28.57%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#334477 (or 0x334477) is known color: Resolution Blue. HEX triplet: 33, 44 and 77. RGB value is (51,68,119). Sum of RGB (Red+Green+Blue) = 51+68+119=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #334477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334477 is #CCBB88. Grayscale: #444444. Windows color (decimal): -13417353 or 7816243. OLE color: 7816243.

HSL color Cylindrical-coordinate representation of color #334477: hue angle of 225º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334477 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 68 119 -
CMYK 0.57 0.43 0 0.53
HSL 225º 0.4% 0.33% -
HSV(B) 225º 0.57% 0.47% -
XYZ 6.76 6.17 18.29 -
YUV 68.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 51 68 119 0.57 0.43 0 0.53 225 0.4 0.33
Hex 33 44 77 39 2B 0 35 E1 28 21
Octal 63 104 167 71 53 0 65 341 50 41
Binary 110011 1000100 1110111 111001 101011 0 110101 11100001 101000 100001

Color Harmonies of #334477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334477

Black with #334477

Text Example


Text Example

White with #334477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334477; }

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

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

background-color css

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

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

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

border-color css

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

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

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