Html Css Color HEX #34427E Resolution Blue

📋 copy color: '#34427E'

red 52 ◦ green 66 ◦ blue 126

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

Shades of Resolution Blue #34427E

Tints of Resolution Blue #34427E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

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

R = 21.31%
G = 27.05%
B = 51.64%

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

#34427E (or 0x34427E) is known color: Resolution Blue. HEX triplet: 34, 42 and 7E. RGB value is (52,66,126). Sum of RGB (Red+Green+Blue) = 52+66+126=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #34427E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34427E is #CBBD81. Grayscale: #444444. Windows color (decimal): -13352322 or 8274484. OLE color: 8274484.

HSL color Cylindrical-coordinate representation of color #34427E: hue angle of 228.65º 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 #34427E is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 66 126 -
CMYK 0.59 0.48 0 0.51
HSL 228.65º 0.42% 0.35% -
HSV(B) 228.65º 0.59% 0.49% -
XYZ 7.13 6.13 20.55 -
YUV 68.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 52 66 126 0.59 0.48 0 0.51 228.65 0.42 0.35
Hex 34 42 7E 3B 30 0 33 E5 2A 23
Octal 64 102 176 73 60 0 63 345 52 43
Binary 110100 1000010 1111110 111011 110000 0 110011 11100101 101010 100011

Color Harmonies of #34427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34427E

Black with #34427E

Text Example


Text Example

White with #34427E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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