Html Css Color HEX #344377 Resolution Blue

📋 copy color: '#344377'

red 52 ◦ green 67 ◦ blue 119

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

Shades of Resolution Blue #344377

Tints of Resolution Blue #344377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.15%

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

R = 21.85%
G = 28.15%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#344377 (or 0x344377) is known color: Resolution Blue. HEX triplet: 34, 43 and 77. RGB value is (52,67,119). Sum of RGB (Red+Green+Blue) = 52+67+119=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #344377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344377 is #CBBC88. Grayscale: #444444. Windows color (decimal): -13352073 or 7815988. OLE color: 7815988.

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

Color convert

RGB 52 67 119 -
CMYK 0.56 0.44 0 0.53
HSL 226.57º 0.39% 0.34% -
HSV(B) 226.57º 0.56% 0.47% -
XYZ 6.75 6.08 18.27 -
YUV 68.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 52 67 119 0.56 0.44 0 0.53 226.57 0.39 0.34
Hex 34 43 77 38 2C 0 35 E3 27 22
Octal 64 103 167 70 54 0 65 343 47 42
Binary 110100 1000011 1110111 111000 101100 0 110101 11100011 100111 100010

Color Harmonies of #344377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344377

Black with #344377

Text Example


Text Example

White with #344377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344377; }

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

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

background-color css

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

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

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

border-color css

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

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

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