Html Css Color HEX #334380 Resolution Blue

📋 copy color: '#334380'

red 51 ◦ green 67 ◦ blue 128

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

Shades of Resolution Blue #334380

Tints of Resolution Blue #334380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.24%

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

R = 20.73%
G = 27.24%
B = 52.03%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#334380 (or 0x334380) is known color: Resolution Blue. HEX triplet: 33, 43 and 80. RGB value is (51,67,128). Sum of RGB (Red+Green+Blue) = 51+67+128=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #334380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334380 is #CCBC7F. Grayscale: #444444. Windows color (decimal): -13417600 or 8405811. OLE color: 8405811.

HSL color Cylindrical-coordinate representation of color #334380: hue angle of 227.53º 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 #334380 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 67 128 -
CMYK 0.60 0.48 0 0.50
HSL 227.53º 0.43% 0.35% -
HSV(B) 227.53º 0.6% 0.5% -
XYZ 7.27 6.28 21.25 -
YUV 69.17 161.2 115.04 -
System Red Green Blue C M Y K H S L
Decimal 51 67 128 0.60 0.48 0 0.50 227.53 0.43 0.35
Hex 33 43 80 3C 30 0 32 E4 2B 23
Octal 63 103 200 74 60 0 62 344 53 43
Binary 110011 1000011 10000000 111100 110000 0 110010 11100100 101011 100011

Color Harmonies of #334380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334380

Black with #334380

Text Example


Text Example

White with #334380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334380; }

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

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

background-color css

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

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

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

border-color css

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

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

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