Html Css Color HEX #334373 Resolution Blue

📋 copy color: '#334373'

red 51 ◦ green 67 ◦ blue 115

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

Shades of Resolution Blue #334373

Tints of Resolution Blue #334373

RGB

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

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

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

R = 21.89%
G = 28.76%
B = 49.36%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#334373 (or 0x334373) is known color: Resolution Blue. HEX triplet: 33, 43 and 73. RGB value is (51,67,115). Sum of RGB (Red+Green+Blue) = 51+67+115=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #334373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334373 is #CCBC8C. Grayscale: #434343. Windows color (decimal): -13417613 or 7553843. OLE color: 7553843.

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

Color convert

RGB 51 67 115 -
CMYK 0.56 0.42 0 0.55
HSL 225º 0.39% 0.33% -
HSV(B) 225º 0.56% 0.45% -
XYZ 6.47 5.96 17.03 -
YUV 67.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 51 67 115 0.56 0.42 0 0.55 225 0.39 0.33
Hex 33 43 73 38 2A 0 37 E1 27 21
Octal 63 103 163 70 52 0 67 341 47 41
Binary 110011 1000011 1110011 111000 101010 0 110111 11100001 100111 100001

Color Harmonies of #334373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334373

Black with #334373

Text Example


Text Example

White with #334373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334373; }

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

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

background-color css

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

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

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

border-color css

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

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

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