Html Css Color HEX #334580 Resolution Blue

📋 copy color: '#334580'

red 51 ◦ green 69 ◦ blue 128

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

Shades of Resolution Blue #334580

Tints of Resolution Blue #334580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

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

R = 20.56%
G = 27.82%
B = 51.61%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#334580 (or 0x334580) is known color: Resolution Blue. HEX triplet: 33, 45 and 80. RGB value is (51,69,128). Sum of RGB (Red+Green+Blue) = 51+69+128=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #334580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334580 is #CCBA7F. Grayscale: #464646. Windows color (decimal): -13417088 or 8406323. OLE color: 8406323.

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

Color convert

RGB 51 69 128 -
CMYK 0.60 0.46 0 0.50
HSL 225.97º 0.43% 0.35% -
HSV(B) 225.97º 0.6% 0.5% -
XYZ 7.39 6.52 21.29 -
YUV 70.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 51 69 128 0.60 0.46 0 0.50 225.97 0.43 0.35
Hex 33 45 80 3C 2E 0 32 E2 2B 23
Octal 63 105 200 74 56 0 62 342 53 43
Binary 110011 1000101 10000000 111100 101110 0 110010 11100010 101011 100011

Color Harmonies of #334580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334580

Black with #334580

Text Example


Text Example

White with #334580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334580; }

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

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

background-color css

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

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

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

border-color css

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

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

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