Html Css Color HEX #34417E Resolution Blue

📋 copy color: '#34417E'

red 52 ◦ green 65 ◦ blue 126

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

Shades of Resolution Blue #34417E

Tints of Resolution Blue #34417E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 51.85%

R = 21.4%
G = 26.75%
B = 51.85%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34417E (or 0x34417E) is known color: Resolution Blue. HEX triplet: 34, 41 and 7E. RGB value is (52,65,126). Sum of RGB (Red+Green+Blue) = 52+65+126=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #34417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34417E is #CBBE81. Grayscale: #434343. Windows color (decimal): -13352578 or 8274228. OLE color: 8274228.

HSL color Cylindrical-coordinate representation of color #34417E: hue angle of 229.46º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34417E is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 65 126 -
CMYK 0.59 0.48 0 0.51
HSL 229.46º 0.42% 0.35% -
HSV(B) 229.46º 0.59% 0.49% -
XYZ 7.07 6.02 20.53 -
YUV 68.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 52 65 126 0.59 0.48 0 0.51 229.46 0.42 0.35
Hex 34 41 7E 3B 30 0 33 E5 2A 23
Octal 64 101 176 73 60 0 63 345 52 43
Binary 110100 1000001 1111110 111011 110000 0 110011 11100101 101010 100011

Color Harmonies of #34417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34417E

Black with #34417E

Text Example


Text Example

White with #34417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34417E; }

 p { color: rgb(52,65,126); }

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

background-color css

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

 a { background-color: rgb(52,65,126); }

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

border-color css

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

 span { border-color: rgb(52,65,126); }

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