Html Css Color HEX #34467C Resolution Blue

📋 copy color: '#34467C'

red 52 ◦ green 70 ◦ blue 124

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

Shades of Resolution Blue #34467C

Tints of Resolution Blue #34467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.46%

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

R = 21.14%
G = 28.46%
B = 50.41%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34467C (or 0x34467C) is known color: Resolution Blue. HEX triplet: 34, 46 and 7C. RGB value is (52,70,124). Sum of RGB (Red+Green+Blue) = 52+70+124=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #34467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34467C is #CBB983. Grayscale: #464646. Windows color (decimal): -13351300 or 8144436. OLE color: 8144436.

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

Color convert

RGB 52 70 124 -
CMYK 0.58 0.44 0 0.51
HSL 225º 0.41% 0.35% -
HSV(B) 225º 0.58% 0.49% -
XYZ 7.24 6.57 19.95 -
YUV 70.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 52 70 124 0.58 0.44 0 0.51 225 0.41 0.35
Hex 34 46 7C 3A 2C 0 33 E1 29 23
Octal 64 106 174 72 54 0 63 341 51 43
Binary 110100 1000110 1111100 111010 101100 0 110011 11100001 101001 100011

Color Harmonies of #34467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34467C

Black with #34467C

Text Example


Text Example

White with #34467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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