Html Css Color HEX #344877 Resolution Blue

📋 copy color: '#344877'

red 52 ◦ green 72 ◦ blue 119

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

Shades of Resolution Blue #344877

Tints of Resolution Blue #344877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.63%

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

R = 21.4%
G = 29.63%
B = 48.97%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#344877 (or 0x344877) is known color: Resolution Blue. HEX triplet: 34, 48 and 77. RGB value is (52,72,119). Sum of RGB (Red+Green+Blue) = 52+72+119=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #344877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344877 is #CBB788. Grayscale: #474747. Windows color (decimal): -13350793 or 7817268. OLE color: 7817268.

HSL color Cylindrical-coordinate representation of color #344877: hue angle of 222.09º 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 #344877 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 72 119 -
CMYK 0.56 0.39 0 0.53
HSL 222.09º 0.39% 0.34% -
HSV(B) 222.09º 0.56% 0.47% -
XYZ 7.06 6.7 18.37 -
YUV 71.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 52 72 119 0.56 0.39 0 0.53 222.09 0.39 0.34
Hex 34 48 77 38 27 0 35 DE 27 22
Octal 64 110 167 70 47 0 65 336 47 42
Binary 110100 1001000 1110111 111000 100111 0 110101 11011110 100111 100010

Color Harmonies of #344877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344877

Black with #344877

Text Example


Text Example

White with #344877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344877; }

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

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

background-color css

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

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

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

border-color css

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

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

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