Html Css Color HEX #334673 Resolution Blue

📋 copy color: '#334673'

red 51 ◦ green 70 ◦ blue 115

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

Shades of Resolution Blue #334673

Tints of Resolution Blue #334673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.66%

 BLUE value IS 115 (45.31% from 255) = 48.73%

R = 21.61%
G = 29.66%
B = 48.73%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#334673 (or 0x334673) is known color: Resolution Blue. HEX triplet: 33, 46 and 73. RGB value is (51,70,115). Sum of RGB (Red+Green+Blue) = 51+70+115=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #334673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334673 is #CCB98C. Grayscale: #454545. Windows color (decimal): -13416845 or 7554611. OLE color: 7554611.

HSL color Cylindrical-coordinate representation of color #334673: hue angle of 222.19º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334673 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 70 115 -
CMYK 0.56 0.39 0 0.55
HSL 222.19º 0.39% 0.33% -
HSV(B) 222.19º 0.56% 0.45% -
XYZ 6.65 6.32 17.09 -
YUV 69.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 51 70 115 0.56 0.39 0 0.55 222.19 0.39 0.33
Hex 33 46 73 38 27 0 37 DE 27 21
Octal 63 106 163 70 47 0 67 336 47 41
Binary 110011 1000110 1110011 111000 100111 0 110111 11011110 100111 100001

Color Harmonies of #334673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334673

Black with #334673

Text Example


Text Example

White with #334673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334673; }

 p { color: rgb(51,70,115); }

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

background-color css

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

 a { background-color: rgb(51,70,115); }

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

border-color css

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

 span { border-color: rgb(51,70,115); }

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