Html Css Color HEX #344081 Resolution Blue

📋 copy color: '#344081'

red 52 ◦ green 64 ◦ blue 129

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

Shades of Resolution Blue #344081

Tints of Resolution Blue #344081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

 BLUE value IS 129 (50.78% from 255) = 52.65%

R = 21.22%
G = 26.12%
B = 52.65%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#344081 (or 0x344081) is known color: Resolution Blue. HEX triplet: 34, 40 and 81. RGB value is (52,64,129). Sum of RGB (Red+Green+Blue) = 52+64+129=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #344081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344081 is #CBBF7E. Grayscale: #434343. Windows color (decimal): -13352831 or 8470580. OLE color: 8470580.

HSL color Cylindrical-coordinate representation of color #344081: hue angle of 230.65º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #344081 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 64 129 -
CMYK 0.60 0.50 0 0.49
HSL 230.65º 0.43% 0.35% -
HSV(B) 230.65º 0.6% 0.51% -
XYZ 7.21 5.98 21.54 -
YUV 67.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 52 64 129 0.60 0.50 0 0.49 230.65 0.43 0.35
Hex 34 40 81 3C 32 0 31 E7 2B 23
Octal 64 100 201 74 62 0 61 347 53 43
Binary 110100 1000000 10000001 111100 110010 0 110001 11100111 101011 100011

Color Harmonies of #344081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344081

Black with #344081

Text Example


Text Example

White with #344081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344081; }

 p { color: rgb(52,64,129); }

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

background-color css

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

 a { background-color: rgb(52,64,129); }

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

border-color css

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

 span { border-color: rgb(52,64,129); }

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