Html Css Color HEX #344383 Resolution Blue

📋 copy color: '#344383'

red 52 ◦ green 67 ◦ blue 131

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

Shades of Resolution Blue #344383

Tints of Resolution Blue #344383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.4%

R = 20.8%
G = 26.8%
B = 52.4%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#344383 (or 0x344383) is known color: Resolution Blue. HEX triplet: 34, 43 and 83. RGB value is (52,67,131). Sum of RGB (Red+Green+Blue) = 52+67+131=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #344383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344383 is #CBBC7C. Grayscale: #454545. Windows color (decimal): -13352061 or 8602420. OLE color: 8602420.

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

Color convert

RGB 52 67 131 -
CMYK 0.60 0.49 0 0.49
HSL 228.61º 0.43% 0.36% -
HSV(B) 228.61º 0.6% 0.51% -
XYZ 7.52 6.38 22.31 -
YUV 69.81 162.53 115.3 -
System Red Green Blue C M Y K H S L
Decimal 52 67 131 0.60 0.49 0 0.49 228.61 0.43 0.36
Hex 34 43 83 3C 31 0 31 E5 2B 24
Octal 64 103 203 74 61 0 61 345 53 44
Binary 110100 1000011 10000011 111100 110001 0 110001 11100101 101011 100100

Color Harmonies of #344383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344383

Black with #344383

Text Example


Text Example

White with #344383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344383; }

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

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

background-color css

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

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

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

border-color css

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

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

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