Html Css Color HEX #334082 Resolution Blue

📋 copy color: '#334082'

red 51 ◦ green 64 ◦ blue 130

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

Shades of Resolution Blue #334082

Tints of Resolution Blue #334082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.06%

R = 20.82%
G = 26.12%
B = 53.06%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#334082 (or 0x334082) is known color: Resolution Blue. HEX triplet: 33, 40 and 82. RGB value is (51,64,130). Sum of RGB (Red+Green+Blue) = 51+64+130=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #334082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334082 is #CCBF7D. Grayscale: #434343. Windows color (decimal): -13418366 or 8536115. OLE color: 8536115.

HSL color Cylindrical-coordinate representation of color #334082: hue angle of 230.13º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334082 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 64 130 -
CMYK 0.61 0.51 0 0.49
HSL 230.13º 0.44% 0.35% -
HSV(B) 230.13º 0.61% 0.51% -
XYZ 7.23 5.98 21.89 -
YUV 67.64 163.19 116.13 -
System Red Green Blue C M Y K H S L
Decimal 51 64 130 0.61 0.51 0 0.49 230.13 0.44 0.35
Hex 33 40 82 3D 33 0 31 E6 2C 23
Octal 63 100 202 75 63 0 61 346 54 43
Binary 110011 1000000 10000010 111101 110011 0 110001 11100110 101100 100011

Color Harmonies of #334082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334082

Black with #334082

Text Example


Text Example

White with #334082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334082; }

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

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

background-color css

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

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

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

border-color css

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

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

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