Html Css Color HEX #34477C Resolution Blue

📋 copy color: '#34477C'

red 52 ◦ green 71 ◦ blue 124

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

Shades of Resolution Blue #34477C

Tints of Resolution Blue #34477C

RGB

 RED value IS 52 (20.7% from 255) = 21.05%

 GREEN value IS 71 (28.13% from 255) = 28.74%

 BLUE value IS 124 (48.83% from 255) = 50.2%

R = 21.05%
G = 28.74%
B = 50.2%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34477C (or 0x34477C) is known color: Resolution Blue. HEX triplet: 34, 47 and 7C. RGB value is (52,71,124). Sum of RGB (Red+Green+Blue) = 52+71+124=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #34477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34477C is #CBB883. Grayscale: #474747. Windows color (decimal): -13351044 or 8144692. OLE color: 8144692.

HSL color Cylindrical-coordinate representation of color #34477C: hue angle of 224.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34477C is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 71 124 -
CMYK 0.58 0.43 0 0.51
HSL 224.17º 0.41% 0.35% -
HSV(B) 224.17º 0.58% 0.49% -
XYZ 7.31 6.69 19.98 -
YUV 71.36 157.71 114.19 -
System Red Green Blue C M Y K H S L
Decimal 52 71 124 0.58 0.43 0 0.51 224.17 0.41 0.35
Hex 34 47 7C 3A 2B 0 33 E0 29 23
Octal 64 107 174 72 53 0 63 340 51 43
Binary 110100 1000111 1111100 111010 101011 0 110011 11100000 101001 100011

Color Harmonies of #34477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34477C

Black with #34477C

Text Example


Text Example

White with #34477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34477C; }

 p { color: rgb(52,71,124); }

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

background-color css

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

 a { background-color: rgb(52,71,124); }

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

border-color css

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

 span { border-color: rgb(52,71,124); }

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