Html Css Color HEX #344277 Resolution Blue

📋 copy color: '#344277'

red 52 ◦ green 66 ◦ blue 119

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

Shades of Resolution Blue #344277

Tints of Resolution Blue #344277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.21%

R = 21.94%
G = 27.85%
B = 50.21%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#344277 (or 0x344277) is known color: Resolution Blue. HEX triplet: 34, 42 and 77. RGB value is (52,66,119). Sum of RGB (Red+Green+Blue) = 52+66+119=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #344277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344277 is #CBBD88. Grayscale: #434343. Windows color (decimal): -13352329 or 7815732. OLE color: 7815732.

HSL color Cylindrical-coordinate representation of color #344277: hue angle of 227.46º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #344277 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 66 119 -
CMYK 0.56 0.45 0 0.53
HSL 227.46º 0.39% 0.34% -
HSV(B) 227.46º 0.56% 0.47% -
XYZ 6.69 5.96 18.25 -
YUV 67.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 52 66 119 0.56 0.45 0 0.53 227.46 0.39 0.34
Hex 34 42 77 38 2D 0 35 E3 27 22
Octal 64 102 167 70 55 0 65 343 47 42
Binary 110100 1000010 1110111 111000 101101 0 110101 11100011 100111 100010

Color Harmonies of #344277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344277

Black with #344277

Text Example


Text Example

White with #344277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344277; }

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

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

background-color css

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

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

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

border-color css

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

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

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