Html Css Color HEX #334080 Resolution Blue

📋 copy color: '#334080'

red 51 ◦ green 64 ◦ blue 128

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

Shades of Resolution Blue #334080

Tints of Resolution Blue #334080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

 BLUE value IS 128 (50.39% from 255) = 52.67%

R = 20.99%
G = 26.34%
B = 52.67%

CMYK

 C value IS 0.60

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#334080 (or 0x334080) is known color: Resolution Blue. HEX triplet: 33, 40 and 80. RGB value is (51,64,128). Sum of RGB (Red+Green+Blue) = 51+64+128=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #334080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334080 is #CCBF7F. Grayscale: #434343. Windows color (decimal): -13418368 or 8405043. OLE color: 8405043.

HSL color Cylindrical-coordinate representation of color #334080: hue angle of 229.87º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #334080 is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 64 128 -
CMYK 0.60 0.5 0 0.50
HSL 229.87º 0.43% 0.35% -
HSV(B) 229.87º 0.6% 0.5% -
XYZ 7.09 5.93 21.19 -
YUV 67.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 51 64 128 0.60 0.5 0 0.50 229.87 0.43 0.35
Hex 33 40 80 3C 32 0 32 E6 2B 23
Octal 63 100 200 74 62 0 62 346 53 43
Binary 110011 1000000 10000000 111100 110010 0 110010 11100110 101011 100011

Color Harmonies of #334080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334080

Black with #334080

Text Example


Text Example

White with #334080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334080; }

 p { color: rgb(51,64,128); }

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

background-color css

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

 a { background-color: rgb(51,64,128); }

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

border-color css

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

 span { border-color: rgb(51,64,128); }

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