Html Css Color HEX #34477D Resolution Blue

📋 copy color: '#34477D'

red 52 ◦ green 71 ◦ blue 125

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

Shades of Resolution Blue #34477D

Tints of Resolution Blue #34477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.4%

R = 20.97%
G = 28.63%
B = 50.4%

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

#34477D (or 0x34477D) is known color: Resolution Blue. HEX triplet: 34, 47 and 7D. RGB value is (52,71,125). Sum of RGB (Red+Green+Blue) = 52+71+125=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #34477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34477D is #CBB882. Grayscale: #474747. Windows color (decimal): -13351043 or 8210228. OLE color: 8210228.

HSL color Cylindrical-coordinate representation of color #34477D: hue angle of 224.38º 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 #34477D is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 71 125 -
CMYK 0.58 0.43 0 0.51
HSL 224.38º 0.41% 0.35% -
HSV(B) 224.38º 0.58% 0.49% -
XYZ 7.37 6.72 20.31 -
YUV 71.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 52 71 125 0.58 0.43 0 0.51 224.38 0.41 0.35
Hex 34 47 7D 3A 2B 0 33 E0 29 23
Octal 64 107 175 72 53 0 63 340 51 43
Binary 110100 1000111 1111101 111010 101011 0 110011 11100000 101001 100011

Color Harmonies of #34477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34477D

Black with #34477D

Text Example


Text Example

White with #34477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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