Html Css Color HEX #334382 Resolution Blue

📋 copy color: '#334382'

red 51 ◦ green 67 ◦ blue 130

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

Shades of Resolution Blue #334382

Tints of Resolution Blue #334382

RGB

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

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

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

R = 20.56%
G = 27.02%
B = 52.42%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#334382 (or 0x334382) is known color: Resolution Blue. HEX triplet: 33, 43 and 82. RGB value is (51,67,130). Sum of RGB (Red+Green+Blue) = 51+67+130=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #334382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334382 is #CCBC7D. Grayscale: #454545. Windows color (decimal): -13417598 or 8536883. OLE color: 8536883.

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

Color convert

RGB 51 67 130 -
CMYK 0.61 0.48 0 0.49
HSL 227.85º 0.44% 0.35% -
HSV(B) 227.85º 0.61% 0.51% -
XYZ 7.4 6.33 21.95 -
YUV 69.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 51 67 130 0.61 0.48 0 0.49 227.85 0.44 0.35
Hex 33 43 82 3D 30 0 31 E4 2C 23
Octal 63 103 202 75 60 0 61 344 54 43
Binary 110011 1000011 10000010 111101 110000 0 110001 11100100 101100 100011

Color Harmonies of #334382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334382

Black with #334382

Text Example


Text Example

White with #334382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334382; }

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

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

background-color css

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

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

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

border-color css

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

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

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