Html Css Color HEX #334175 Resolution Blue

📋 copy color: '#334175'

red 51 ◦ green 65 ◦ blue 117

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

Shades of Resolution Blue #334175

Tints of Resolution Blue #334175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

 BLUE value IS 117 (46.09% from 255) = 50.21%

R = 21.89%
G = 27.9%
B = 50.21%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#334175 (or 0x334175) is known color: Resolution Blue. HEX triplet: 33, 41 and 75. RGB value is (51,65,117). Sum of RGB (Red+Green+Blue) = 51+65+117=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #334175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334175 is #CCBE8A. Grayscale: #424242. Windows color (decimal): -13418123 or 7684403. OLE color: 7684403.

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

Color convert

RGB 51 65 117 -
CMYK 0.56 0.44 0 0.54
HSL 227.27º 0.39% 0.33% -
HSV(B) 227.27º 0.56% 0.46% -
XYZ 6.47 5.77 17.6 -
YUV 66.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 51 65 117 0.56 0.44 0 0.54 227.27 0.39 0.33
Hex 33 41 75 38 2C 0 36 E3 27 21
Octal 63 101 165 70 54 0 66 343 47 41
Binary 110011 1000001 1110101 111000 101100 0 110110 11100011 100111 100001

Color Harmonies of #334175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334175

Black with #334175

Text Example


Text Example

White with #334175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334175; }

 p { color: rgb(51,65,117); }

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

background-color css

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

 a { background-color: rgb(51,65,117); }

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

border-color css

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

 span { border-color: rgb(51,65,117); }

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