Html Css Color HEX #334473 Resolution Blue

📋 copy color: '#334473'

red 51 ◦ green 68 ◦ blue 115

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

Shades of Resolution Blue #334473

Tints of Resolution Blue #334473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

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

R = 21.79%
G = 29.06%
B = 49.15%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#334473 (or 0x334473) is known color: Resolution Blue. HEX triplet: 33, 44 and 73. RGB value is (51,68,115). Sum of RGB (Red+Green+Blue) = 51+68+115=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #334473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334473 is #CCBB8C. Grayscale: #444444. Windows color (decimal): -13417357 or 7554099. OLE color: 7554099.

HSL color Cylindrical-coordinate representation of color #334473: hue angle of 224.06º 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 #334473 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 68 115 -
CMYK 0.56 0.41 0 0.55
HSL 224.06º 0.39% 0.33% -
HSV(B) 224.06º 0.56% 0.45% -
XYZ 6.53 6.08 17.05 -
YUV 68.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 51 68 115 0.56 0.41 0 0.55 224.06 0.39 0.33
Hex 33 44 73 38 29 0 37 E0 27 21
Octal 63 104 163 70 51 0 67 340 47 41
Binary 110011 1000100 1110011 111000 101001 0 110111 11100000 100111 100001

Color Harmonies of #334473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334473

Black with #334473

Text Example


Text Example

White with #334473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334473; }

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

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

background-color css

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

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

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

border-color css

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

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

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