Html Css Color HEX #334875 Resolution Blue

📋 copy color: '#334875'

red 51 ◦ green 72 ◦ blue 117

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

Shades of Resolution Blue #334875

Tints of Resolution Blue #334875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30%

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

R = 21.25%
G = 30%
B = 48.75%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#334875 (or 0x334875) is known color: Resolution Blue. HEX triplet: 33, 48 and 75. RGB value is (51,72,117). Sum of RGB (Red+Green+Blue) = 51+72+117=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #334875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334875 is #CCB78A. Grayscale: #464646. Windows color (decimal): -13416331 or 7686195. OLE color: 7686195.

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

Color convert

RGB 51 72 117 -
CMYK 0.56 0.38 0 0.54
HSL 220.91º 0.39% 0.33% -
HSV(B) 220.91º 0.56% 0.46% -
XYZ 6.89 6.62 17.74 -
YUV 70.85 154.04 113.84 -
System Red Green Blue C M Y K H S L
Decimal 51 72 117 0.56 0.38 0 0.54 220.91 0.39 0.33
Hex 33 48 75 38 26 0 36 DD 27 21
Octal 63 110 165 70 46 0 66 335 47 41
Binary 110011 1001000 1110101 111000 100110 0 110110 11011101 100111 100001

Color Harmonies of #334875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334875

Black with #334875

Text Example


Text Example

White with #334875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334875; }

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

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

background-color css

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

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

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

border-color css

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

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

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