Html Css Color HEX #344381 Resolution Blue

📋 copy color: '#344381'

red 52 ◦ green 67 ◦ blue 129

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

Shades of Resolution Blue #344381

Tints of Resolution Blue #344381

RGB

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

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

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

R = 20.97%
G = 27.02%
B = 52.02%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#344381 (or 0x344381) is known color: Resolution Blue. HEX triplet: 34, 43 and 81. RGB value is (52,67,129). Sum of RGB (Red+Green+Blue) = 52+67+129=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #344381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344381 is #CBBC7E. Grayscale: #454545. Windows color (decimal): -13352063 or 8471348. OLE color: 8471348.

HSL color Cylindrical-coordinate representation of color #344381: hue angle of 228.31º 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 #344381 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 67 129 -
CMYK 0.60 0.48 0 0.49
HSL 228.31º 0.43% 0.35% -
HSV(B) 228.31º 0.6% 0.51% -
XYZ 7.39 6.33 21.6 -
YUV 69.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 52 67 129 0.60 0.48 0 0.49 228.31 0.43 0.35
Hex 34 43 81 3C 30 0 31 E4 2B 23
Octal 64 103 201 74 60 0 61 344 53 43
Binary 110100 1000011 10000001 111100 110000 0 110001 11100100 101011 100011

Color Harmonies of #344381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344381

Black with #344381

Text Example


Text Example

White with #344381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344381; }

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

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

background-color css

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

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

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

border-color css

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

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

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